]> git.pld-linux.org Git - packages/php.git/commitdiff
- Changed location where php looks for mysql socket to match mysql*rpm
authormkochano <mkochano@pld-linux.org>
Tue, 25 Apr 2000 18:14:27 +0000 (18:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (/tmp/mysql.sock -> /var/state/mysql/mysql.sock).

Changed files:
    php.spec -> 1.23

php.spec

index bccccded86575f11e391f8d3652b3e5cc7b75507..939ee3cf2fb7e31d907019ab6aa10e2929bf207e 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -3,7 +3,7 @@ Summary(fr):    Le langage de script embarque-HTML PHP pour Apache.
 Summary(pl):   Jêzyk skryptowy PHP -- u¿ywany wraz z serwerem Apache.
 Name:          php
 Version:       4.0RC1
-Release:       1
+Release:       2
 Group:         Libraries
 Group(fr):     Librairies
 Group(pl):     Biblioteki
@@ -13,6 +13,7 @@ Source1:      FAQ.php
 Source2:       php.ini
 Source3:       zend.gif
 Source4:       http://www.php.net/distributions/manual.tar.gz
+Patch0:                php-mysqlsock.patch
 Icon:          php4.gif
 URL:           http://www.php.net/
 BuildRequires: apache(EAPI)-devel
@@ -163,6 +164,7 @@ Comprehensive documentation for PHP4, viewable through your web server, too!
 Dokumentacja dla pakietu PHP4.  Mo¿na j± równie¿ ogl±daæ poprzez serwer WWW.
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 LDFLAGS=""; export LDFLAGS
This page took 0.044248 seconds and 4 git commands to generate.