From ae3f072c05c7c64aff458e7883136989f7563683 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 10 May 2010 09:23:16 +0000 Subject: main/php: fixed mysql socked file location. --- main/php/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/php') 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 \ -- cgit v1.2.3