]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Include libiconv in Libs.private
authorMartin Storsjo <martin@martin.st>
Mon, 21 Jan 2013 15:17:12 +0000 (17:17 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 21 Jan 2013 17:20:57 +0000 (18:20 +0100)
This makes static linking succeed if the library is configured to
use libiconv.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lib/gnutls.pc.in

index c45f8f35d8f654ace01d2408afae9a8a8f918fd9..ae95e2fad8e263eeb577548bc0a828e21bbcea72 100644 (file)
@@ -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}