Explorar o código

added --with-zlib

Serghey Rodin %!s(int64=8) %!d(string=hai) anos
pai
achega
0e9526e06e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/rpm/specs/vesta-php.spec

+ 1 - 1
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