diff options
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 \ |