aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/shiftmedia-libgnutls/pkgconfig.patch
blob: 3eecc76b6c8c4763c02ec3749ca1bff2559fcc98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}