From 856c2631c58a212582dd1ea5fdae6cf6270d6f24 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 22 Oct 2019 14:00:31 +0200 Subject: 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 --- libosmo-netif.pc.in | 1 + 1 file changed, 1 insertion(+) 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}/ -- cgit v1.2.3