Adapt Requires.private and Libs.private to make pkg-config output all neccessary...
authorGerd von Egidy <gerd.von.egidy@intra2net.com>
Tue, 27 Jun 2017 15:06:27 +0000 (17:06 +0200)
committerGerd von Egidy <gerd.von.egidy@intra2net.com>
Tue, 27 Jun 2017 15:06:27 +0000 (17:06 +0200)
libi2ncommon.pc.in

index c992a88..dfa5b5e 100644 (file)
@@ -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@