]> git.pld-linux.org Git - packages/php.git/commitdiff
checked PDO_MYSQL_UNIX_ADDR state
authorElan Ruusamäe <glen@delfi.ee>
Wed, 1 Aug 2012 23:17:18 +0000 (02:17 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 1 Aug 2012 23:17:18 +0000 (02:17 +0300)
mysql socket set with `mysql_config --socket` and if that is not
sufficent, we set one with --with-mysql-sock as well

php.spec

index 9786c9362e8cf7f60709ce715e99667472393d1a..1898ea2c9008e0366509717d5309c4149d9e2524 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -8,7 +8,6 @@
 # - dba: enable: --with-tcadb=DIR        DBA: Tokyo Cabinet abstract DB support
 # --with-libmbfl=DIR      MBSTRING: Use external libmbfl.  DIR is the libmbfl base install directory BUNDLED
 # --with-onig=DIR         MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
-# - recheck: define PDO_MYSQL_UNIX_ADDR (ensure if's correct with mysql-libs and mysqlng)
 # - uses libvpx for webp support, should use libwebp-devel instead?
 # - fpm -qn check fails, as it still loads /etc/php/php.ini
 # - co-install with php 5.3:
@@ -2278,7 +2277,6 @@ cp -pf php_config.h.fpm main/php_config.h
 %{__make} -f Makefile.fpm
 ./sapi/fpm/php-fpm -n -m
 [ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
-
 %endif
 
 # CLI
This page took 0.282104 seconds and 4 git commands to generate.