Fix bug #175820.
authorLuca Longinotti <chtekk@gentoo.org>
Tue, 24 Apr 2007 20:06:20 +0000 (20:06 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Tue, 24 Apr 2007 20:06:20 +0000 (20:06 +0000)
eclass/php5_0-sapi.eclass
eclass/php5_1-sapi.eclass
eclass/php5_2-sapi.eclass

index f7499af7b4c25f5ce1e05915bee1bb1788fcb2fe..383a6091c642b3678151a1827fb575c20b0f1745 100644 (file)
@@ -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
 
index 039b7f74a2e402d306b0aa3083c119bf83de2431..402f010a3a024474a907aa8d4422c938c0bd0e6b 100644 (file)
@@ -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_1-sapi.eclass,v 1.40 2007/03/26 20:19:22 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.41 2007/04/24 20:06:20 chtekk Exp $
 
 # ========================================================================
 #
@@ -507,7 +507,7 @@ php5_1-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
 
index 311772c45bde4c9ae22c2b564d722143558051ec..8cf53e11ed6ecdaf5350d6aff939e5654c6aec6c 100644 (file)
@@ -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_2-sapi.eclass,v 1.3 2007/03/26 20:19:22 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.4 2007/04/24 20:06:20 chtekk Exp $
 
 # ========================================================================
 #
@@ -510,7 +510,7 @@ php5_2-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