added --with-zlib

This commit is contained in:
Serghey Rodin 2017-06-15 16:01:03 +03:00
commit 0e9526e06e

View file

@ -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