diff options
author | Christian Parpart <trapni@gentoo.org> | 2005-01-13 12:08:39 +0000 |
---|---|---|
committer | Christian Parpart <trapni@gentoo.org> | 2005-01-13 12:08:39 +0000 |
commit | e3135d515793f1d83be468f63b18c687eb6b3d2c (patch) | |
tree | 861287f13670ceb0d499b5d1511351854773c730 /eclass/php-sapi.eclass | |
parent | Version bump for bug 73292. Marked 3.4.1 stable on x86. Install multitail.con... (diff) | |
download | gentoo-2-e3135d515793f1d83be468f63b18c687eb6b3d2c.tar.gz gentoo-2-e3135d515793f1d83be468f63b18c687eb6b3d2c.tar.bz2 gentoo-2-e3135d515793f1d83be468f63b18c687eb6b3d2c.zip |
see comment #14 of bug #24373
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 0883aacf446e..a618b0b80d68 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.52 2004/12/14 09:15:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.53 2005/01/13 12:08:39 trapni Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -493,11 +493,14 @@ php-sapi_src_compile() { php-sapi_is_providerbuild || myconf="${myconf} --without-pear" - #fixes bug #24373 - filter-flags "-D_FILE_OFFSET_BITS=64" - filter-flags "-D_FILE_OFFSET_BITS=32" - filter-flags "-D_LARGEFILE_SOURCE=1" - filter-flags "-D_LARGEFILE_SOURCE" +# # DISABLED filter-flags below, since now we activiely intend to support LFS +# # on Apache httpd and related modules (trapni@gentoo.org), Jan 13 2005 +# #fixes bug #24373 +# filter-flags "-D_FILE_OFFSET_BITS=64" +# filter-flags "-D_FILE_OFFSET_BITS=32" +# filter-flags "-D_LARGEFILE_SOURCE=1" +# filter-flags "-D_LARGEFILE_SOURCE" + #fixes bug #14067 # changed order to run it in reverse for bug #32022 and #12021 replace-flags "-march=k6-3" "-march=i586" |