mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-23 06:42:48 +00:00
sync socket location with mariadb
This commit is contained in:
parent
c7eee116e3
commit
dfee747c59
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
Summary: The PHP7 scripting language
|
||||
Name: php
|
||||
Version: 7.4.15
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source0: http://ch1.php.net/distributions/php-%{version}.tar.xz
|
||||
Group: Development/PHP
|
||||
License: PHP License
|
||||
|
@ -1410,7 +1410,7 @@ for i in fpm cgi cli apxs; do
|
|||
--with-imap=shared,%{_prefix} --with-imap-ssl=%{_prefix} \
|
||||
--with-ldap=shared,%{_prefix} --with-ldap-sasl=%{_prefix} \
|
||||
--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 \
|
||||
--enable-mysqlnd=shared,%{_prefix} \
|
||||
--with-unixODBC=shared,%{_prefix} \
|
||||
|
|
Loading…
Add table
Reference in a new issue