1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-30 22:08:02 +02:00

speedo: Fix for non-Windows build of glib.

--
This commit is contained in:
Werner Koch 2014-09-01 10:10:30 +02:00
parent be98b5960e
commit b6386367ac

View File

@ -376,8 +376,9 @@ speedo_pkg_glib_configure = \
CCC=$(host)-g++ \ CCC=$(host)-g++ \
LIBFFI_CFLAGS=-I$(idir)/lib/libffi-$(libffi_ver)/include \ LIBFFI_CFLAGS=-I$(idir)/lib/libffi-$(libffi_ver)/include \
LIBFFI_LIBS=\"-L$(idir)/lib -lffi\" LIBFFI_LIBS=\"-L$(idir)/lib -lffi\"
ifeq ($(TARGETOS),w32)
speedo_pkg_glib_extracflags = -march=i486 speedo_pkg_glib_extracflags = -march=i486
endif
speedo_pkg_libpng_configure = \ speedo_pkg_libpng_configure = \
CPPFLAGS=\"-I$(idir)/include -DPNG_BUILD_DLL\" \ CPPFLAGS=\"-I$(idir)/include -DPNG_BUILD_DLL\" \