From: Martin Storsjo Date: Mon, 21 Jan 2013 15:17:12 +0000 (+0200) Subject: Include libiconv in Libs.private X-Git-Tag: gnutls_3_1_7~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbb5e40a487950e996a34873d48e76a3200459f7;p=thirdparty%2Fgnutls.git Include libiconv in Libs.private This makes static linking succeed if the library is configured to use libiconv. Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in index c45f8f35d8..ae95e2fad8 100644 --- a/lib/gnutls.pc.in +++ b/lib/gnutls.pc.in @@ -19,6 +19,6 @@ Description: Transport Security Layer implementation for the GNU system URL: http://www.gnu.org/software/gnutls/ Version: @VERSION@ Libs: -L${libdir} -lgnutls -Libs.private: @LTLIBNETTLE@ +Libs.private: @LTLIBNETTLE@ @LTLIBICONV@ @GNUTLS_REQUIRES_PRIVATE@ Cflags: -I${includedir}