diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-22 14:29:00 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-22 14:29:00 +0100 |
commit | a96be19bc390e43502ea6dbc4f673665bbc2a318 (patch) | |
tree | 1b38c83c3258456f157263a3d508bbc7df2d8da8 /package/php/php.mk | |
parent | 6a3a58f137ecdd493cacc8981b6fb230dc022390 (diff) | |
download | buildroot-novena-a96be19bc390e43502ea6dbc4f673665bbc2a318.tar.gz buildroot-novena-a96be19bc390e43502ea6dbc4f673665bbc2a318.zip |
package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args
Makefile.autotools.in automatically adds these to the configure invocation,
so there's no need to explicitly list them.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/php/php.mk')
-rw-r--r-- | package/php/php.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/php/php.mk b/package/php/php.mk index 0747498f8..74fb4d9ee 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -12,8 +12,7 @@ PHP_INSTALL_STAGING_OPT = INSTALL_ROOT=$(STAGING_DIR) install PHP_INSTALL_TARGET_OPT = INSTALL_ROOT=$(TARGET_DIR) install PHP_LIBTOOL_PATCH = NO PHP_DEPENDENCIES = -PHP_CONF_OPT = $(DISABLE_IPV6) \ - --mandir=/usr/share/man \ +PHP_CONF_OPT = --mandir=/usr/share/man \ --infodir=/usr/share/info \ --disable-all \ --without-pear \ |