summaryrefslogtreecommitdiffstats
path: root/rules/php5.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-09 23:11:42 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-09 23:11:42 +0000
commite7e42350a5f83f426ca3986a9ec90fb2ce796ea8 (patch)
tree41b65e9a29ebea8af2485ee25588b9c2539b6da8 /rules/php5.in
parent7595a886825031bc18750e9f3bcda9138164c361 (diff)
downloadptxdist-e7e42350a5f83f426ca3986a9ec90fb2ce796ea8.tar.gz
ptxdist-e7e42350a5f83f426ca3986a9ec90fb2ce796ea8.tar.xz
iconv: rework iconv handling in ptxdist
libiconv provides functionality that is already provided by glibc. So we consolidate ptxdist to use native glibc iconv instead of libiconv support. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10681 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/php5.in')
-rw-r--r--rules/php5.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/rules/php5.in b/rules/php5.in
index 65f986f49..5c2634317 100644
--- a/rules/php5.in
+++ b/rules/php5.in
@@ -7,7 +7,6 @@ menuconfig PHP5
select APACHE2 if PHP5_SAPI_APXS2
select LIBXML2 if PHP5_XML_LIBXML2
select LIBXSLT if PHP5_XML_LIBXML2_XSLT
- select LIBICONV if PHP5_EXT_ICONV
select MYSQL if PHP5_EXT_MYSQL
select PHP5_XML if PHP5_EXT_SOAP
@@ -385,13 +384,6 @@ menu "Extensions "
# --disable-hash Disable hash support
# --with-hwapi[=DIR] Include official Hyperwave API support
# --without-iconv[=DIR] Exclude iconv support
-
-config PHP5_EXT_ICONV
- bool
- prompt "iconv"
- help
- iconv
-
# --with-imap[=DIR] Include IMAP support. DIR is the c-client install prefix
# --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install prefix
# --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install prefix