summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2007-05-14 09:20:02 +0000
committerBryan Østergaard <kloeri@gentoo.org>2007-05-14 09:20:02 +0000
commitf951933e4821734688d4f71b1ff6d678508ea286 (patch)
treee2ba57ff957abc83b89e1583edff1ca2918a23fe /dev-lang/python/python-2.3.6-r2.ebuild
parentAdd ~x86-fbsd keyword wrt bug #178480. (diff)
downloadgentoo-2-f951933e4821734688d4f71b1ff6d678508ea286.tar.gz
gentoo-2-f951933e4821734688d4f71b1ff6d678508ea286.tar.bz2
gentoo-2-f951933e4821734688d4f71b1ff6d678508ea286.zip
Fix small bug preventing tests from running, fix manpage symlinks (bug 177471) and filter as-needed in python-2.3.6-r2 (bug 177614).
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-lang/python/python-2.3.6-r2.ebuild')
-rw-r--r--dev-lang/python/python-2.3.6-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.3.6-r2.ebuild b/dev-lang/python/python-2.3.6-r2.ebuild
index 447ad6a864f3..b75b38a66dcb 100644
--- a/dev-lang/python/python-2.3.6-r2.ebuild
+++ b/dev-lang/python/python-2.3.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild,v 1.2 2007/05/12 11:45:22 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild,v 1.3 2007/05/14 09:20:02 kloeri Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -103,6 +103,7 @@ src_configure() {
src_compile() {
filter-flags -malign-double
+ filter-ldflags -Wl,--as-needed --as-needed
[ "${ARCH}" = "alpha" ] && append-flags -fPIC
[ "${ARCH}" = "amd64" ] && append-flags -fPIC