From 2160b85d7a39aefc9a464d6db836c6f21c6a0039 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 26 Jun 2017 23:31:50 +0300 Subject: [PATCH] --with-mysql --with-mysqli --- src/rpm/specs/vesta-php.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpm/specs/vesta-php.spec b/src/rpm/specs/vesta-php.spec index f025a7bf..8d719b34 100644 --- a/src/rpm/specs/vesta-php.spec +++ b/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 --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --enable-mysqlnd --enable-mbstring +./configure --prefix=/usr/local/vesta/php --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --with-mysql --with-mysqli --enable-mbstring make