diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-09-20 17:32:03 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-09-20 17:32:03 +0000 |
commit | 6005682d986edb31a97e3fb4210dc37e3d5798c2 (patch) | |
tree | 7a1a8f3d84537011f6e7fd43b952ea97f8e310e1 /dev-lang/php | |
parent | Live ebuild can be compiled only with gcc 4.6 or higher (diff) | |
download | gentoo-2-6005682d986edb31a97e3fb4210dc37e3d5798c2.tar.gz gentoo-2-6005682d986edb31a97e3fb4210dc37e3d5798c2.tar.bz2 gentoo-2-6005682d986edb31a97e3fb4210dc37e3d5798c2.zip |
Fixed configure issue with cdb. Bug 435532
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/src_configure-v54.eblit | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 220f2a9dc078..3145c574d71f 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.637 2012/09/17 06:36:02 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.638 2012/09/20 17:32:03 olemarkus Exp $ + + 20 Sep 2012; Ole Markus With <olemarkus@gentoo.org> + files/eblits/src_configure-v54.eblit: + Fixed configure issue with cdb. Bug 435532 *php-5.4.7 (17 Sep 2012) *php-5.3.17 (17 Sep 2012) diff --git a/dev-lang/php/files/eblits/src_configure-v54.eblit b/dev-lang/php/files/eblits/src_configure-v54.eblit index 0283c98b014a..ea166a4d06a6 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-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.7 2012/09/13 10:27:41 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.8 2012/09/20 17:32:02 olemarkus Exp $ eblit-php-src_configure() { addpredict /usr/share/snmp/mibs/.index @@ -88,7 +88,7 @@ eblit-php-src_configure() { # DBA drivers support my_conf+=" - $(use_with cdb cdb ${EPREFIX}/usr) + $(use_with cdb cdb) $(use_with berkdb db4 ${EPREFIX}/usr) $(use_enable flatfile flatfile ) $(use_with gdbm gdbm ${EPREFIX}/usr) |