summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-18 17:56:42 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-03-21 15:06:09 +0100
commit7985ba0dd54e56d299d2df8d9c0047040931915b (patch)
tree4baec4003c791a99f0b406ff4029ee534f68e884
parent838efc8363615c12f752f4d36d48d9a2e05923ac (diff)
downloadgnutls-7985ba0dd54e56d299d2df8d9c0047040931915b.tar.gz
gnutls.pc: don't pass the libtool vars to Libs.private
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-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 c03757928a..b8ce05104e 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@ @LTLIBNSL@ @LTLIBPTHREAD@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@ @LTLIBUNISTRING@ @LIBIDN2_LIBS@
+Libs.private: @LIBZ@ @LIBINTL@ @LIBSOCKET@ @LIBNSL@ @LIBPTHREAD@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@ @LIBUNISTRING@ @LIBIDN2_LIBS@
@GNUTLS_REQUIRES_PRIVATE@
Cflags: -I${includedir}