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
1 changed files with 2 additions and 1 deletions

View File

@ -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\" \