>From 21b38c0a5720bede64e363810b35079db3c00725 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Sun, 28 Feb 2010 11:30:09 +0100 Subject: [PATCH 3/4] pkg-config: drop @LIBGNUTLS_LIBS@ from Libs.private. This library only contains gnutls itself nowadays, which is in Libs already. --- 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 c9d4919..5fb4251 100644 --- a/lib/gnutls.pc.in +++ b/lib/gnutls.pc.in @@ -20,6 +20,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: @LIBGNUTLS_LIBS@ @LTLIBGCRYPT@ +Libs.private: @LTLIBGCRYPT@ @GNUTLS_REQUIRES_PRIVATE@ Cflags: -I${includedir} -- 1.6.5