Skip to content

Commit b21624c

Browse files
author
Serghey Rodin
committed
--with-curl for vesta-php
1 parent d446ba1 commit b21624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpm/specs/vesta-php.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This package contains php-cgi for Vesta Control Panel web interface.
2020
%setup -q -n %{name}-%{version}
2121

2222
%build
23-
./configure --prefix=/usr/local/vesta/php --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --with-mysql --with-mysqli --enable-mbstring
23+
./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
2424

2525
make
2626

0 commit comments

Comments
 (0)