mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 02:29:07 +08:00
14 lines
559 B
Diff
14 lines
559 B
Diff
|
diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in
|
||
|
index 7cdedda5..11785bcd 100644
|
||
|
--- a/lib/gnutls.pc.in
|
||
|
+++ b/lib/gnutls.pc.in
|
||
|
@@ -18,7 +18,7 @@ Name: GnuTLS
|
||
|
Description: Transport Security Layer implementation for the GNU system
|
||
|
URL: https://www.gnutls.org/
|
||
|
Version: @VERSION@
|
||
|
-Libs: -L${libdir} -lgnutls
|
||
|
+Libs: -L${libdir} @GNUTLS_LIBS@
|
||
|
Libs.private: @LIBZ_PC@ @LIBINTL@ @LIBSOCKET@ @INET_PTON_LIB@ @LIBPTHREAD@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@ @LIBUNISTRING@ @LIBATOMIC_LIBS@ @GNUTLS_LIBS_PRIVATE@
|
||
|
@GNUTLS_REQUIRES_PRIVATE@
|
||
|
Cflags: -I${includedir}
|