mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
add zip support for built-in php
This commit is contained in:
parent
6e4c59ab0d
commit
8f10e5f94d
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 --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --with-mysql --with-mysqli --with-curl --enable-mbstring
|
||||
./configure --prefix=/usr/local/vesta/php --with-zlib --enable-zip --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --with-mysql --with-mysqli --with-curl --enable-mbstring
|
||||
|
||||
make
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue