summaryrefslogtreecommitdiff
path: root/src/gpg-error.pc.in
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2020-02-18 16:01:41 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2020-02-18 16:01:41 +0900
commita6ab8e3a710b899ecfb2ff518725314a1e0e64ff (patch)
tree44598055c1f1604e662677e445b581dc7f748555 /src/gpg-error.pc.in
parentd72c1ddfde09ffa69745ec2439c5a16d15e2202f (diff)
downloadlibgpg-error-a6ab8e3a710b899ecfb2ff518725314a1e0e64ff.tar.gz
w32: Support static link with -lws2_32.
* configure.ac (GPG_ERROR_CONFIG_LIBS_PRIVATE): New. * src/Makefile.am (socklibs): Use GPG_ERROR_CONFIG_LIBS_PRIVATE. * src/gpg-error.pc.in: Require @GPG_ERROR_CONFIG_LIBS_PRIVATE@. -- GnuPG-bug-id: 4623 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'src/gpg-error.pc.in')
-rw-r--r--src/gpg-error.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpg-error.pc.in b/src/gpg-error.pc.in
index e6ab104..970bb6c 100644
--- a/src/gpg-error.pc.in
+++ b/src/gpg-error.pc.in
@@ -11,4 +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@
URL: https://www.gnupg.org/software/libgpg-error/index.html