mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
speedo: Fix for non-Windows build of glib.
--
This commit is contained in:
parent
be98b5960e
commit
b6386367ac
1 changed files with 2 additions and 1 deletions
|
@ -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\" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue