CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/01/02 04:12:51
Modified files:
net/usrsctp : Makefile
Log message:
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.
