diff options
author | Werner Koch <[email protected]> | 2022-10-13 09:41:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-10-13 09:41:20 +0000 |
commit | 219dce6b33fa33308e5efc28f72488b501435f82 (patch) | |
tree | 74398a8e070206bab0dce6e407d81f214fbc377f | |
parent | po: Auto update (diff) | |
download | gnupg-219dce6b33fa33308e5efc28f72488b501435f82.tar.gz gnupg-219dce6b33fa33308e5efc28f72488b501435f82.zip |
speedo: Fix for a libgpg-error-config regression.
--
-rw-r--r-- | build-aux/speedo.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 3d737a2b6..94a07fd60 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -596,8 +596,8 @@ speedo_pkg_gtk__tar = $(pkg2rep)/gtk+-$(gtk__ver).tar.xz speedo_pkg_npth_configure = --enable-static -speedo_pkg_libgpg_error_configure = --enable-static -speedo_pkg_w64_libgpg_error_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_libassuan_configure = --enable-static speedo_pkg_w64_libassuan_configure = --enable-static |