aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2015-02-10 00:30:07 +0100
committerMemphiz <memphis@machzwo.de>2015-02-10 00:30:07 +0100
commitdf6863f3db34a1b99e7126c67e113e4378a8df72 (patch)
treed3a672ae7db1ea706e3dd032a3b78988969d1dba /tools
parenta789eac996faa8460abd36cb4132e22ae149778e (diff)
[depends/tar-native] - force fdopendir to no because we don't have it when compiling native on 10.9 with 10.10 sdk installed (it would pick fdopendir from 10.10 sdk which is not available at runtime on 10.9 later on when tar is used for packaging the ios deb files)
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/native/tar-native/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/tar-native/Makefile b/tools/depends/native/tar-native/Makefile
index 274c74c588..5064d3f765 100644
--- a/tools/depends/native/tar-native/Makefile
+++ b/tools/depends/native/tar-native/Makefile
@@ -12,7 +12,7 @@ ARCHIVE=$(SOURCE).tar.gz
export LIBTOOL=builds/unix/libtool
export PATH:=$(PREFIX)/bin:$(PATH)
CONFIGURE=./configure --prefix=$(PREFIX) \
---program-transform-name=s/tar/gtar/ --disable-dependency-tracking
+--program-transform-name=s/tar/gtar/ --disable-dependency-tracking ac_cv_func_fdopendir=no
APP=$(SOURCE)/src/tar
APPBIN=$(PREFIX)/bin/tar