diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-02-15 18:42:22 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-02-15 18:55:20 +0100 |
commit | 9e8b241aa6578c1fc5a6a140a1cb035a61ebd2e8 (patch) | |
tree | 3fb337d32d072166a2ea974fae61ab6d7c7157a0 /lib/gnutls.pc.in | |
parent | b8867d6f092c2c63147cacb3181c9a37360da065 (diff) | |
download | gnutls-9e8b241aa6578c1fc5a6a140a1cb035a61ebd2e8.tar.gz |
gnutls.pc: do not include libidn2 in Requires.privatetmp-stages-updates
The libidn2 versions available do not include libidn2.pc,
thus the inclusion was causing problems when using pkg-config.
Instead we include -lidn2 in Libs.private.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
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 441b45db01..c03757928a 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@ +Libs.private: @LTLIBZ@ @LTLIBINTL@ @LIBSOCKET@ @LTLIBNSL@ @LTLIBPTHREAD@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@ @LTLIBUNISTRING@ @LIBIDN2_LIBS@ @GNUTLS_REQUIRES_PRIVATE@ Cflags: -I${includedir} |