aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-04-26 12:10:29 +0000
committerWerner Koch <[email protected]>2024-04-26 13:17:49 +0000
commitc8a3b711f0386e158ccaa7484ffe74055b6706b3 (patch)
tree77e1a455b1072fc9fae2b9111dddbbaf6a4628f1
parentspeedo: Prepare for building 64 bit Windows versions. (diff)
downloadgnupg-c8a3b711f0386e158ccaa7484ffe74055b6706b3.tar.gz
gnupg-c8a3b711f0386e158ccaa7484ffe74055b6706b3.zip
speedo: Do not use the gpg-error-config in the build system
-- With that installed we don't get proper suport for SYSROOT.
-rw-r--r--build-aux/speedo.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index 03750ca65..aaf7065db 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -478,8 +478,8 @@ speedo_pkg_gettext_tar = $(pkg2rep)/gettext-$(gettext_ver).tar.gz
speedo_pkg_npth_configure = --enable-static
-speedo_pkg_libgpg_error_configure = --enable-static --enable-install-gpg-error-config
-speedo_pkg_w64_libgpg_error_configure = --enable-static --enable-install-gpg-error-config
+speedo_pkg_libgpg_error_configure = --enable-static
+speedo_pkg_w64_libgpg_error_configure = --enable-static
speedo_pkg_libassuan_configure = --enable-static
speedo_pkg_w64_libassuan_configure = --enable-static