Browse Source

php: don't compile fpm support if not selected

user/chris/test/early-mdev
Aldas Nabazas 14 years ago
parent
commit
1da0e28538
  1. 4
      develop/php/php.conf

4
develop/php/php.conf

@ -101,9 +101,7 @@ if [ "$SDECFG_PKG_PHP_EXTRACONFOPT" ]; then
var_append extraconfopt " " "$SDECFG_PKG_PHP_EXTRACONFOPT"
fi
if [ "$SDECFG_PKG_PHP_FPM" ]; then
var_append extraconfopt " " "--enable-fpm"
fi
[ "$SDECFG_PKG_PHP_FPM" == 1 ] && var_append extraconfopt " " "--enable-fpm"
#fpm_patch() {
# if [ "$SDECFG_PKG_PHP_FPM" ]; then

Loading…
Cancel
Save