mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:19:00 +08:00
89a2b29130
* Use VERSION * Add nls feature and gettext deps * Fix export of libintl dep * Fix mingw on windows * Fix crossbuilds * Cleanup * Keep translations for nls * Add license * [shiftmedia-libgpg-error] Split from pristine source port, update * [libgpg-error] Update, official tarballs, cross builds * [libgcrypt] Official tarballs, fix cross builds * [libgcrypt] Update copyright * [libassuan] Update, official tarballs, cross builds * [gpgme] Update, cleanup * [gpgme] Update copyright * Update versions * [shiftmedia-libgcrypt] Update * No port libgpg * Add missing version file * Use make OPTIONS * Update versions * Revise build-tools pattern
12 lines
439 B
Diff
12 lines
439 B
Diff
diff --git a/src/gpg-error.pc.in b/src/gpg-error.pc.in
|
|
index 970bb6c..a51c9d3 100644
|
|
--- a/src/gpg-error.pc.in
|
|
+++ b/src/gpg-error.pc.in
|
|
@@ -11,5 +11,5 @@ Description: GPG Runtime
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: @GPG_ERROR_CONFIG_CFLAGS@
|
|
Libs: @GPG_ERROR_CONFIG_LIBS@
|
|
-Libs.private: @GPG_ERROR_CONFIG_LIBS_PRIVATE@
|
|
+Libs.private: @GPG_ERROR_CONFIG_LIBS_PRIVATE@ @LIBINTL@
|
|
URL: https://www.gnupg.org/software/libgpg-error/index.html
|