4 Commits

Author SHA1 Message Date
kn
41cbf5fba8 Switch fixes merged upstream 2022-01-07 14:10:00 +00:00
kn
9e6ea49fcf Link against phtread in cmake build
The library contains pthread_* symbols but did not link against it.
Pass linker flags and edit the .pc file to fix this.

The autoconf build does use `-phread', so this is only an issue when
building with cmake.
2022-01-02 11:12:51 +00:00
kn
01ef654359 Disable -Werror to fix build with clang 13.0.0
Upstream fixed their code, retry without on next releae
2021-12-18 01:57:39 +00:00
kn
6fc471ece0 Import net/usrsctp 0.9.5.0
This is a dependency for an upcoming port.

Feedback OK sthen
---
usrsctp is a userland SCTP stack.

SCTP is a message oriented, reliable transport protocol with direct support for
multihoming that runs on top of IP or UDP, and supports both v4 and v6 versions.
2021-12-16 01:23:46 +00:00