summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2010-05-10 09:23:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-10 11:59:03 +0000
commitbb1d2327dc8e22774cd3a908f8463dddd2a74012 (patch)
treea0b5a4ed45755b0c9c60e7c90328b7e64cba9622
parent6fa0a06af1f02063a573fd791dc8e7ec5bfbc7af (diff)
downloadaports-bb1d2327dc8e22774cd3a908f8463dddd2a74012.tar.bz2
aports-bb1d2327dc8e22774cd3a908f8463dddd2a74012.tar.xz
main/php: fixed mysql socked file location.
-rw-r--r--main/php/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD
index 1b72cc309..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=1
+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 \