summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 01:26:10 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 01:26:10 +0000
commit506a8f46a8971442e4e1a2cc20877b02257217da (patch)
tree5c7052cbc141b234040aa9968583e0d79e3aadc9 /dev-python/mod_python
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-506a8f46a8971442e4e1a2cc20877b02257217da.tar.gz
gentoo-2-506a8f46a8971442e4e1a2cc20877b02257217da.tar.bz2
gentoo-2-506a8f46a8971442e4e1a2cc20877b02257217da.zip
Add die following econf for bug 48950
Diffstat (limited to 'dev-python/mod_python')
-rw-r--r--dev-python/mod_python/ChangeLog5
-rw-r--r--dev-python/mod_python/mod_python-2.7.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/mod_python/ChangeLog b/dev-python/mod_python/ChangeLog
index 83c0405f50c6..74c1dfe508b2 100644
--- a/dev-python/mod_python/ChangeLog
+++ b/dev-python/mod_python/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mod_python
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/ChangeLog,v 1.17 2004/04/01 01:52:07 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/ChangeLog,v 1.18 2004/04/26 01:24:34 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> mod_python-2.7.10.ebuild:
+ Add die following econf for bug 48950
01 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> mod_python-2.7.10.ebuild,
mod_python-3.0.4-r2.ebuild, mod_python-3.0.4.ebuild:
diff --git a/dev-python/mod_python/mod_python-2.7.10.ebuild b/dev-python/mod_python/mod_python-2.7.10.ebuild
index 3483179e22e0..a2af6877635d 100644
--- a/dev-python/mod_python/mod_python-2.7.10.ebuild
+++ b/dev-python/mod_python/mod_python-2.7.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-2.7.10.ebuild,v 1.2 2004/04/01 01:52:07 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-2.7.10.ebuild,v 1.3 2004/04/26 01:24:34 agriffis Exp $
inherit python
@@ -29,7 +29,7 @@ src_compile() {
echo 'echo "configure done"' >> configure
export OPTFLAGS="`/usr/sbin/apxs -q CFLAGS`"
- econf --with-apxs=/usr/sbin/apxs
+ econf --with-apxs=/usr/sbin/apxs || die "econf failed"
sed -e 's/LIBEXECDIR=\/usr\/lib\/apache/LIBEXECDIR=${D}\/usr\/lib\/apache-extramodules/' \
-e 's/PY_STD_LIB=/PY_STD_LIB=${D}/' \