diff --git a/src/rpm/specs/vesta-php.spec b/src/rpm/specs/vesta-php.spec index d92adcfb..9adb3c2c 100644 --- a/src/rpm/specs/vesta-php.spec +++ b/src/rpm/specs/vesta-php.spec @@ -20,7 +20,7 @@ This package contains php-cgi for Vesta Control Panel web interface. %setup -q -n %{name}-%{version} %build -./configure --prefix=/usr/local/vesta/php --enable-fpm --with-fpm-user=admin --with-fpm-group=admin +./configure --prefix=/usr/local/vesta/php --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin make