From a96be19bc390e43502ea6dbc4f673665bbc2a318 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 22 Mar 2010 14:29:00 +0100 Subject: 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 --- package/php/php.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/php') 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 \ -- cgit v1.2.3