summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-04-24 20:06:20 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-04-24 20:06:20 +0000
commitb47acb09e0ae459d975de5d8ead530f6b3a5270a (patch)
tree86621fd50dc41e94006f0b669a8f0da37e09f9a3 /eclass/php5_0-sapi.eclass
parentRemoved version 1.0. (diff)
downloadhistorical-b47acb09e0ae459d975de5d8ead530f6b3a5270a.tar.gz
historical-b47acb09e0ae459d975de5d8ead530f6b3a5270a.tar.bz2
historical-b47acb09e0ae459d975de5d8ead530f6b3a5270a.zip
Fix bug #175820.
Diffstat (limited to 'eclass/php5_0-sapi.eclass')
-rw-r--r--eclass/php5_0-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_0-sapi.eclass b/eclass/php5_0-sapi.eclass
index f7499af7b4c2..383a6091c642 100644
--- a/eclass/php5_0-sapi.eclass
+++ b/eclass/php5_0-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.33 2007/03/26 20:19:22 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.34 2007/04/24 20:06:20 chtekk Exp $
# ========================================================================
#
@@ -463,7 +463,7 @@ php5_0-sapi_src_compile() {
# MySQL support
if use mysql ; then
- phpconfutils_extension_with "mysql" "mysql" 1 "/usr/lib/mysql"
+ phpconfutils_extension_with "mysql" "mysql" 1 "/usr"
phpconfutils_extension_with "mysql-sock" "mysql" 0 "/var/run/mysqld/mysqld.sock"
fi