summaryrefslogtreecommitdiff
path: root/lib/gnutls.pc.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-03 09:40:39 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-03 09:40:41 +0100
commit28e0716146530ff5e9b2041c52f78a9ecc7f63b5 (patch)
tree48ef9c42cd1588e1f78a550cd716b57bff9b699d /lib/gnutls.pc.in
parentb45647ef02b3405d0033afb28b3419ac14f7904b (diff)
downloadgnutls-28e0716146530ff5e9b2041c52f78a9ecc7f63b5.tar.gz
gnutls.pc: don't use the libtool version of the link options
Reported by Dan Kegel. Resolves #49
Diffstat (limited to 'lib/gnutls.pc.in')
-rw-r--r--lib/gnutls.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in
index a25fcdf637..f1a41579f7 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.gnutls.org/
Version: @VERSION@
Libs: -L${libdir} -lgnutls
-Libs.private: @LTLIBZ@ @LTLIBINTL@ @LIBSOCKET@ @LTLIBPTHREAD@ @LTLIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@
+Libs.private: @LIBZ@ @LIBINTL@ @LIBSOCKET@ @LIBPTHREAD@ @LIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@
@GNUTLS_REQUIRES_PRIVATE@
Cflags: -I${includedir}