aboutsummaryrefslogtreecommitdiff
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)
downloadalpine_aports-bb1d2327dc8e22774cd3a908f8463dddd2a74012.tar.bz2
alpine_aports-bb1d2327dc8e22774cd3a908f8463dddd2a74012.tar.xz
alpine_aports-bb1d2327dc8e22774cd3a908f8463dddd2a74012.zip
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 1b72cc3098..c080671869 100644
--- a/main/php/APKBUILD
+++ b/main/php/APKBUILD
@@ -3,7 +3,7 @@
3pkgname=php 3pkgname=php
4pkgver=5.3.2 4pkgver=5.3.2
5_suhosinver=${pkgver}-0.9.9.1 5_suhosinver=${pkgver}-0.9.9.1
6pkgrel=1 6pkgrel=3
7pkgdesc="The PHP language runtime engine" 7pkgdesc="The PHP language runtime engine"
8url="http://www.php.net/" 8url="http://www.php.net/"
9license="PHP-3" 9license="PHP-3"
@@ -112,7 +112,7 @@ build() {
112 --with-jpeg-dir=shared,/usr \ 112 --with-jpeg-dir=shared,/usr \
113 --with-ldap=shared \ 113 --with-ldap=shared \
114 --with-mcrypt=shared \ 114 --with-mcrypt=shared \
115 --with-mysql-sock=/tmp/mysql.sock \ 115 --with-mysql-sock=/var/run/mysqld/mysqld.sock \
116 --with-mysql=shared,mysqlnd \ 116 --with-mysql=shared,mysqlnd \
117 --with-mysqli=shared,mysqlnd \ 117 --with-mysqli=shared,mysqlnd \
118 --with-openssl=shared \ 118 --with-openssl=shared \