diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-02-23 00:01:21 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-02-23 00:01:21 +0000 |
commit | 7917df9b7c885844f24885c22da14baa0858362e (patch) | |
tree | d5dffbe850ceeee9dceda032503c18e5506e2168 /sys-devel/perl | |
parent | Added hppa to keywords. (diff) | |
download | gentoo-2-7917df9b7c885844f24885c22da14baa0858362e.tar.gz gentoo-2-7917df9b7c885844f24885c22da14baa0858362e.tar.bz2 gentoo-2-7917df9b7c885844f24885c22da14baa0858362e.zip |
Added -fPIC to CFLAGS on hppa. It's needed by apps linking to some perl libs.
Diffstat (limited to 'sys-devel/perl')
-rw-r--r-- | sys-devel/perl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/perl/perl-5.8.0-r9.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-devel/perl/ChangeLog b/sys-devel/perl/ChangeLog index e5616817b6c9..dcd66a24e010 100644 --- a/sys-devel/perl/ChangeLog +++ b/sys-devel/perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/perl # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/ChangeLog,v 1.58 2003/02/19 21:46:47 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/ChangeLog,v 1.59 2003/02/23 00:01:21 gmsoft Exp $ + + 23 Feb 2003; Guy Martin <gmsoft@gentoo.org> perl-5.8.0-r9.ebuild : + Added -fPIC to CFLAGS on hppa. It's needed by apps linking to some perl libs. 18 Feb 2003; Zach Welch <zwelch@gentoo.org> perl-5.8.0-r9.ebuild : Added arm to keywords. diff --git a/sys-devel/perl/perl-5.8.0-r9.ebuild b/sys-devel/perl/perl-5.8.0-r9.ebuild index c2dfebd88c74..57e36655a593 100644 --- a/sys-devel/perl/perl-5.8.0-r9.ebuild +++ b/sys-devel/perl/perl-5.8.0-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r9.ebuild,v 1.9 2003/02/19 21:46:47 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r9.ebuild,v 1.10 2003/02/23 00:01:21 gmsoft Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -198,6 +198,8 @@ src_compile() { then myconf="${myconf} -Ud_longdbl" fi + + [ "${ARCH}" = "hppa" ] && append-flags -fPIC if [ "${PN}" = "libperl" ] then |