diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-07 21:10:33 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-07 21:10:33 +0000 |
commit | 2542b64143e87017fb7f885bd07a87c39de1d9cc (patch) | |
tree | de527241e119509af82c22317fa1d11559bb82f6 /sys-devel/perl | |
parent | Fixed digest. (diff) | |
download | historical-2542b64143e87017fb7f885bd07a87c39de1d9cc.tar.gz historical-2542b64143e87017fb7f885bd07a87c39de1d9cc.tar.bz2 historical-2542b64143e87017fb7f885bd07a87c39de1d9cc.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel/perl')
-rw-r--r-- | sys-devel/perl/perl-5.6.1.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys-devel/perl/perl-5.6.1.ebuild b/sys-devel/perl/perl-5.6.1.ebuild index 0af66b4d94bc..1dc2f609684f 100644 --- a/sys-devel/perl/perl-5.6.1.ebuild +++ b/sys-devel/perl/perl-5.6.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.4 2001/06/07 21:10:33 achim Exp $ A=${P}.tar.gz @@ -53,13 +53,13 @@ EOF else myconf="${myconf} -Ui_db -Ui_ndbm" fi - if [ "`use perl`" ] - then - # We create a shared libperl only if the use variable perl - # is set, because using a shared lib leads to as significiant - # performance penalty - myconf="${myconf} -Duseshrplib" - fi + # if [ "`use perl`" ] + # then + # # We create a shared libperl only if the use variable perl + # # is set, because using a shared lib leads to as significiant + # # performance penalty + # myconf="${myconf} -Duseshrplib" + # fi sh Configure -des -Dprefix=/usr -Dd_dosuid \ -Dd_semctl_semun ${myconf} -Duselargefiles \ -Darchname=${CHOST%%-*}-linux |