aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-10-22 14:00:31 +0200
committerlaforge <laforge@osmocom.org>2019-10-22 19:38:07 +0000
commit856c2631c58a212582dd1ea5fdae6cf6270d6f24 (patch)
treeb0d66c9c7c81fa295f86cdbecaff9498b577f49c
parentee5c860268845cc4fd2482bb351f4540b8592cd7 (diff)
libosmo-netif.pc.in: Append -lsctp to Libs.private
It will be used by the linker when linking statically against libosmo-netif. Change-Id: If25064d43363bace563e992828350f6d28543854
-rw-r--r--libosmo-netif.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libosmo-netif.pc.in b/libosmo-netif.pc.in
index 515ed1c..7f1335e 100644
--- a/libosmo-netif.pc.in
+++ b/libosmo-netif.pc.in
@@ -7,4 +7,5 @@ Name: Osmocom network interface library
Description: C Utility Library
Version: @VERSION@
Libs: -L${libdir} -losmonetif
+Libs.private: @LIBSCTP_LIBS@
Cflags: -I${includedir}/