diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-28 19:55:53 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-28 19:55:53 +0000 |
commit | 00969029a6cd46087d68b3d3adf4785e5b4247f0 (patch) | |
tree | e91a70cf60539e1f3ac1d61b3b8469e57bc5f87e | |
parent | tiny fix (diff) | |
download | historical-00969029a6cd46087d68b3d3adf4785e5b4247f0.tar.gz historical-00969029a6cd46087d68b3d3adf4785e5b4247f0.tar.bz2 historical-00969029a6cd46087d68b3d3adf4785e5b4247f0.zip |
Now a threaded version of perl is build. The tests pass all now.
-rw-r--r-- | sys-devel/perl/perl-5.6.0-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/perl/perl-5.6.0-r1.ebuild b/sys-devel/perl/perl-5.6.0-r1.ebuild index 868b4cb15800..25fce0824911 100644 --- a/sys-devel/perl/perl-5.6.0-r1.ebuild +++ b/sys-devel/perl/perl-5.6.0-r1.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.0-r1.ebuild,v 1.7 2000/10/09 16:02:50 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.0-r1.ebuild,v 1.8 2000/10/28 19:55:53 achim Exp $ P=perl-5.6.0 A=${P}.tar.gz @@ -32,8 +32,9 @@ EOF # sh Configure -d sh Configure -des -Dprefix=/usr -Dd_dosuid \ --Dd_semctl_semun -Di_db -Di_gdbm \ --Dman3dir=/usr/man/man3 + -Dd_semctl_semun -Di_db -Di_gdbm \ + -Dusethreads -Duse505threads + -Dman3dir=/usr/man/man3 #Optimize ;) cp config.sh config.sh.orig |