[ios/depends/ffi] - libffi needs -no-integrated-as - see https://github.com/atgreen...
authorMemphiz <memphis@machzwo.de>
Tue, 24 Jun 2014 22:37:42 +0000 (00:37 +0200)
committerMemphiz <memphis@machzwo.de>
Wed, 25 Jun 2014 20:13:24 +0000 (22:13 +0200)
tools/depends/target/libffi/Makefile

index 958c586..3a4ed47 100644 (file)
@@ -8,7 +8,11 @@ SOURCE=$(LIBNAME)-$(VERSION)
 ARCHIVE=$(SOURCE).tar.gz
 
 # configuration settings
-CONFIGURE= ./configure --prefix=$(PREFIX) --disable-shared --disable-builddir
+CONFIGURE= ./configure --prefix=$(PREFIX) --disable-shared --disable-builddir 
+ifeq ($(OS), ios)
+CONFIGURE+=CFLAGS=-no-integrated-as
+endif
+
 
 LIBDYLIB=$(PLATFORM)/.libs/$(LIBNAME).a