libosmocore.pc.in: Append -lsctp to Libs.private

It will be used by the linker when linking statically against
libosmocore.

Change-Id: I797b970b22053432b243e4ef9f6b0458727fc608
This commit is contained in:
Pau Espin 2019-10-22 13:53:52 +02:00
parent 272dfc1f02
commit 80c8a1d281
1 changed files with 1 additions and 1 deletions

View File

@ -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@