mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
speedo: Fix for non-Windows build of glib.
--
This commit is contained in:
parent
be98b5960e
commit
b6386367ac
@ -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\" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user