From 78a99ab305daf5492cae936679e60682f7bacf92 Mon Sep 17 00:00:00 2001 From: Gerd von Egidy Date: Tue, 27 Jun 2017 17:06:27 +0200 Subject: [PATCH] Adapt Requires.private and Libs.private to make pkg-config output all neccessary libs for a static build --- libi2ncommon.pc.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libi2ncommon.pc.in b/libi2ncommon.pc.in index c992a88..dfa5b5e 100644 --- a/libi2ncommon.pc.in +++ b/libi2ncommon.pc.in @@ -6,6 +6,8 @@ includedir=@includedir@ Name: libi2ncommon Description: library with functions common in Intra2net programs Requires: libi2ncommon_utils +Requires.private: openssl libiconv Version: @VERSION@ Libs: -L${libdir} -li2ncommon -li2ncommon_utils @BOOST_LDADD@ +Libs.private: -lpthread Cflags: -I${includedir} @BOOST_CFLAGS@ @ICONV_CFLAGS@ -- 1.7.1