mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
added --with-zlib
This commit is contained in:
parent
0851623c80
commit
0e9526e06e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue