summaryrefslogtreecommitdiffstats
path: root/rules/php5.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/php5.make')
-rw-r--r--rules/php5.make12
1 files changed, 5 insertions, 7 deletions
diff --git a/rules/php5.make b/rules/php5.make
index 450f488d3..520101cc0 100644
--- a/rules/php5.make
+++ b/rules/php5.make
@@ -50,7 +50,11 @@ PHP5_ENV := $(CROSS_ENV)
PHP5_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
--with-config-file-path=/etc/php5 \
- --without-pdo-sqlite
+ --without-pdo-sqlite \
+ --without-iconv
+
+
+# FIXME: configure is broken beyond repair for glibc-libiconv
# FIXME: PHP Data Objects -> sqlite doesn't link correctly
@@ -241,12 +245,6 @@ else
PHP5_AUTOCONF += --disable-simplexml
endif
-ifdef PTXCONF_PHP5_EXT_ICONV
-PHP5_AUTOCONF += --with-iconv=$(SYSROOT)/usr
-else
-PHP5_AUTOCONF += --without-iconv
-endif
-
ifdef PTXCONF_PHP5_EXT_MYSQL
PHP5_AUTOCONF += \
--with-mysql=$(SYSROOT)/usr \