diff options
author | 2012-02-27 22:04:47 +0000 | |
---|---|---|
committer | 2012-02-27 22:04:47 +0000 | |
commit | 02f6c3a98df7491510ebdc8beb5d70fac1319a87 (patch) | |
tree | 84f9f95818e872407c35804a08cc669bf5d17e39 /dev-lang/php/files | |
parent | Marking gnome2-vfs-perl-1.81.0 ppc for bug 400289 (diff) | |
download | gentoo-2-02f6c3a98df7491510ebdc8beb5d70fac1319a87.tar.gz gentoo-2-02f6c3a98df7491510ebdc8beb5d70fac1319a87.tar.bz2 gentoo-2-02f6c3a98df7491510ebdc8beb5d70fac1319a87.zip |
rely on /etc/env.d/50oracle-instantclient-basic to provide oci configuration for php (bug #380581)
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php/files')
-rw-r--r-- | dev-lang/php/files/eblits/src_configure-v53.eblit | 12 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/src_configure-v54.eblit | 12 |
2 files changed, 8 insertions, 16 deletions
diff --git a/dev-lang/php/files/eblits/src_configure-v53.eblit b/dev-lang/php/files/eblits/src_configure-v53.eblit index 00b7275318d9..027758dbd57c 100644 --- a/dev-lang/php/files/eblits/src_configure-v53.eblit +++ b/dev-lang/php/files/eblits/src_configure-v53.eblit @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit,v 1.2 2011/12/23 17:16:42 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit,v 1.3 2012/02/27 22:04:47 mabi Exp $ eblit-php-src_configure() { addpredict /usr/share/snmp/mibs/.index @@ -163,12 +163,8 @@ eblit-php-src_configure() { # Oracle support if use oci8-instant-client ; then - OCI8IC_PKG="$(best_version dev-db/oracle-instantclient-basic | \ - sed -e 's|dev-db/oracle-instantclient-basic-||g' | \ - sed -e 's|-r.*||g')" - my_conf+=" - $(use_with oci8-instant-client oci8 "instantclient,/usr/lib/oracle/${OCI8IC_PKG}/client/lib")" + $(use_with oci8-instant-client oci8) fi # PDO support @@ -188,7 +184,7 @@ eblit-php-src_configure() { $(use_with odbc pdo-odbc unixODBC,/usr)" if use oci8-instant-client ; then my_conf+=" - $(use_with oci8-instant-client pdo-oci "instantclient,/usr,${OCI8IC_PKG}" )" + $(use_with oci8-instant-client pdo-oci)" fi fi diff --git a/dev-lang/php/files/eblits/src_configure-v54.eblit b/dev-lang/php/files/eblits/src_configure-v54.eblit index 9e6b2950018e..09ebc14959b1 100644 --- a/dev-lang/php/files/eblits/src_configure-v54.eblit +++ b/dev-lang/php/files/eblits/src_configure-v54.eblit @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.1 2011/12/18 09:00:26 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.2 2012/02/27 22:04:47 mabi Exp $ eblit-php-src_configure() { addpredict /usr/share/snmp/mibs/.index @@ -161,12 +161,8 @@ eblit-php-src_configure() { # Oracle support if use oci8-instant-client ; then - OCI8IC_PKG="$(best_version dev-db/oracle-instantclient-basic | \ - sed -e 's|dev-db/oracle-instantclient-basic-||g' | \ - sed -e 's|-r.*||g')" - my_conf+=" - $(use_with oci8-instant-client oci8 "instantclient,/usr/lib/oracle/${OCI8IC_PKG}/client/lib")" + $(use_with oci8-instant-client oci8) fi # PDO support @@ -186,7 +182,7 @@ eblit-php-src_configure() { $(use_with odbc pdo-odbc unixODBC,/usr)" if use oci8-instant-client ; then my_conf+=" - $(use_with oci8-instant-client pdo-oci "instantclient,/usr,${OCI8IC_PKG}" )" + $(use_with oci8-instant-client pdo-oci)" fi fi |