diff options
author | Werner Koch <[email protected]> | 2014-09-01 08:10:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-09-01 08:10:30 +0000 |
commit | b6386367aca957c52586fbf52f11604451ba4fe7 (patch) | |
tree | ed19b4311df2d6ac0bc935e69a3175c3da4cb185 | |
parent | gpg: Do not show "MD5" and triplicated "RSA" in --version. (diff) | |
download | gnupg-b6386367aca957c52586fbf52f11604451ba4fe7.tar.gz gnupg-b6386367aca957c52586fbf52f11604451ba4fe7.zip |
speedo: Fix for non-Windows build of glib.
--
Diffstat (limited to '')
-rw-r--r-- | build-aux/speedo.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 69af39ce4..f81a835ee 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -376,8 +376,9 @@ speedo_pkg_glib_configure = \ CCC=$(host)-g++ \ LIBFFI_CFLAGS=-I$(idir)/lib/libffi-$(libffi_ver)/include \ LIBFFI_LIBS=\"-L$(idir)/lib -lffi\" +ifeq ($(TARGETOS),w32) speedo_pkg_glib_extracflags = -march=i486 - +endif speedo_pkg_libpng_configure = \ CPPFLAGS=\"-I$(idir)/include -DPNG_BUILD_DLL\" \ |