Skip to content

Commit a178727

Browse files
author
Serghey Rodin
committed
added --enable-mysqlnd --enable-mbstring
1 parent 597e5cb commit a178727

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

2525
make
2626

0 commit comments

Comments
 (0)