mirror of https://gerrit.osmocom.org/libosmocore
libosmocore.pc.in: Append -lsctp to Libs.private
It will be used by the linker when linking statically against libosmocore. Change-Id: I797b970b22053432b243e4ef9f6b0458727fc608changes/23/15823/2
parent
272dfc1f02
commit
80c8a1d281
|
@ -7,5 +7,5 @@ Name: Osmocom Core Library
|
|||
Description: C Utility Library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} @TALLOC_LIBS@ -losmocore
|
||||
Libs.private: @PTHREAD_LIBS@
|
||||
Libs.private: @PTHREAD_LIBS@ @LIBSCTP_LIBS@
|
||||
Cflags: -I${includedir}/ @TALLOC_CFLAGS@ @PTHREAD_CFLAGS@
|
||||
|
|
Loading…
Reference in New Issue