--with-curl for vesta-php

This commit is contained in:
Serghey Rodin 2017-07-06 15:05:31 +03:00
commit b21624cddd

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 --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --with-mysql --with-mysqli --enable-mbstring
./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
make