diff options
Diffstat (limited to 'package/php')
-rw-r--r-- | package/php/php.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk index 26ec67d13e..afb55b4307 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -18,7 +18,6 @@ PHP_CONF_OPTS = --mandir=/usr/share/man \ --disable-all \ --without-pear \ --with-config-file-path=/etc \ - --localstatedir=/var \ --disable-rpath PHP_CONF_ENV = EXTRA_LIBS="$(PHP_EXTRA_LIBS)" |