From 80c8a1d281ff630770f94160ff98a6f7afeed4d8 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 22 Oct 2019 13:53:52 +0200 Subject: [PATCH] libosmocore.pc.in: Append -lsctp to Libs.private It will be used by the linker when linking statically against libosmocore. Change-Id: I797b970b22053432b243e4ef9f6b0458727fc608 --- libosmocore.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libosmocore.pc.in b/libosmocore.pc.in index ce82d4f7c..80f17c8bd 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@