diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-11-03 09:40:39 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-11-03 09:40:41 +0100 |
commit | 28e0716146530ff5e9b2041c52f78a9ecc7f63b5 (patch) | |
tree | 48ef9c42cd1588e1f78a550cd716b57bff9b699d /lib/gnutls.pc.in | |
parent | b45647ef02b3405d0033afb28b3419ac14f7904b (diff) | |
download | gnutls-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.in | 2 |
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} |