Serghey Rodin 8 лет назад
Родитель
Сommit
0e9526e06e
1 измененных файлов с 1 добавлено и 1 удалено
  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}
 %setup -q -n %{name}-%{version}
 
 
 %build
 %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
 make