diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-10-22 13:53:52 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-10-22 16:09:05 +0200 |
commit | 80c8a1d281ff630770f94160ff98a6f7afeed4d8 (patch) | |
tree | f4b442a443a1d0b1a62053a31c1304aaabf70245 | |
parent | 272dfc1f024f3481d5c94942a84afe592d91394c (diff) |
libosmocore.pc.in: Append -lsctp to Libs.private
It will be used by the linker when linking statically against
libosmocore.
Change-Id: I797b970b22053432b243e4ef9f6b0458727fc608
-rw-r--r-- | libosmocore.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libosmocore.pc.in b/libosmocore.pc.in index ce82d4f7..80f17c8b 100644 --- a/libosmocore.pc.in +++ b/libosmocore.pc.in @@ -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@ |