diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2010-05-10 09:23:16 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2010-05-10 09:23:16 +0000 |
commit | ae3f072c05c7c64aff458e7883136989f7563683 (patch) | |
tree | ab7533509cb81bd64b78c94219a9f95adbcbf122 /main/php/APKBUILD | |
parent | d11109c53833fc56337b9229cf313a7b6adb5bd4 (diff) | |
download | aports-ae3f072c05c7c64aff458e7883136989f7563683.tar.bz2 aports-ae3f072c05c7c64aff458e7883136989f7563683.tar.xz |
main/php: fixed mysql socked file location.
Diffstat (limited to 'main/php/APKBUILD')
-rw-r--r-- | main/php/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD index 1f62f11f6..c08067186 100644 --- a/main/php/APKBUILD +++ b/main/php/APKBUILD @@ -3,7 +3,7 @@ pkgname=php pkgver=5.3.2 _suhosinver=${pkgver}-0.9.9.1 -pkgrel=2 +pkgrel=3 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" license="PHP-3" @@ -112,7 +112,7 @@ build() { --with-jpeg-dir=shared,/usr \ --with-ldap=shared \ --with-mcrypt=shared \ - --with-mysql-sock=/tmp/mysql.sock \ + --with-mysql-sock=/var/run/mysqld/mysqld.sock \ --with-mysql=shared,mysqlnd \ --with-mysqli=shared,mysqlnd \ --with-openssl=shared \ |