sync socket location with mariadb

This commit is contained in:
Mikhail Novosyolov 2021-02-13 20:21:50 +03:00
parent c7eee116e3
commit dfee747c59

View file

@ -22,7 +22,7 @@
Summary: The PHP7 scripting language Summary: The PHP7 scripting language
Name: php Name: php
Version: 7.4.15 Version: 7.4.15
Release: 1 Release: 2
Source0: http://ch1.php.net/distributions/php-%{version}.tar.xz Source0: http://ch1.php.net/distributions/php-%{version}.tar.xz
Group: Development/PHP Group: Development/PHP
License: PHP License License: PHP License
@ -1410,7 +1410,7 @@ for i in fpm cgi cli apxs; do
--with-imap=shared,%{_prefix} --with-imap-ssl=%{_prefix} \ --with-imap=shared,%{_prefix} --with-imap-ssl=%{_prefix} \
--with-ldap=shared,%{_prefix} --with-ldap-sasl=%{_prefix} \ --with-ldap=shared,%{_prefix} --with-ldap-sasl=%{_prefix} \
--enable-mbstring=shared,%{_prefix} --enable-mbregex \ --enable-mbstring=shared,%{_prefix} --enable-mbregex \
--with-mysql-sock=/run/mysqld/mysql.sock --with-zlib-dir=%{_prefix} \ --with-mysql-sock=%{_rundir}/mysql/mysql.sock --with-zlib-dir=%{_prefix} \
--with-mysqli=shared,mysqlnd \ --with-mysqli=shared,mysqlnd \
--enable-mysqlnd=shared,%{_prefix} \ --enable-mysqlnd=shared,%{_prefix} \
--with-unixODBC=shared,%{_prefix} \ --with-unixODBC=shared,%{_prefix} \