summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hoffmann <hoffie@gentoo.org>2008-07-20 13:40:26 +0000
committerChristian Hoffmann <hoffie@gentoo.org>2008-07-20 13:40:26 +0000
commitf4c272969bb24f4e3b60c6e76a6756c2e6c73f5f (patch)
tree7004cc160548837fd39708137e1cc0d19367e1ce /dev-lang
parentversion bump (diff)
downloadgentoo-2-f4c272969bb24f4e3b60c6e76a6756c2e6c73f5f.tar.gz
gentoo-2-f4c272969bb24f4e3b60c6e76a6756c2e6c73f5f.tar.bz2
gentoo-2-f4c272969bb24f4e3b60c6e76a6756c2e6c73f5f.zip
previous commit replaced CXXFLAGS by CFLAGS by accident, thanks to Rafał Mużyło <galtgendo@o2.pl> in bug 230809
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/ChangeLog6
-rw-r--r--dev-lang/php/php-5.2.6-r5.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index aa238587e4bf..0ab4ef144549 100644
--- a/dev-lang/php/ChangeLog
+++ b/dev-lang/php/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/php
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.280 2008/07/20 09:35:46 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.281 2008/07/20 13:40:26 hoffie Exp $
+
+ 20 Jul 2008; Christian Hoffmann <hoffie@gentoo.org> php-5.2.6-r5.ebuild:
+ previous commit replaced CXXFLAGS by CFLAGS by accident, thanks to Rafał
+ Mużyło <galtgendo@o2.pl> in bug 230809
20 Jul 2008; Christian Hoffmann <hoffie@gentoo.org> php-5.2.6-r5.ebuild:
yet another attempt at fixing _GNU_SOURCE-related build problems
diff --git a/dev-lang/php/php-5.2.6-r5.ebuild b/dev-lang/php/php-5.2.6-r5.ebuild
index 56e133d993a1..67ae785c7a30 100644
--- a/dev-lang/php/php-5.2.6-r5.ebuild
+++ b/dev-lang/php/php-5.2.6-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6-r5.ebuild,v 1.3 2008/07/20 09:35:46 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6-r5.ebuild,v 1.4 2008/07/20 13:40:26 hoffie Exp $
CGI_SAPI_USE="discard-path force-cgi-redirect"
APACHE2_SAPI_USE="concurrentmodphp threads"
@@ -193,7 +193,7 @@ src_unpack() {
src_compile() {
# bug 217392 (autconf-2.62 behavior changes)
export CFLAGS="${CFLAGS} -D_GNU_SOURCE"
- export CXXFLAGS="${CFLAGS} -D_GNU_SOURCE"
+ export CXXFLAGS="${CXXFLAGS} -D_GNU_SOURCE"
if use fastbuild && [[ -n "${FASTBUILD_PATCH}" ]] ; then
src_compile_fastbuild
else