diff options
author | recht <recht@pkgsrc.org> | 2004-01-11 11:04:43 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-11 11:04:43 +0000 |
commit | 3e338f2ad71489539d19672d8eb475b74a490ace (patch) | |
tree | f59881d57e7de17d5c3aceaada9b622562fbbad3 /lang/python23/Makefile | |
parent | acdcbd2b1ef27c24d5b5cd4eebe13ffd6d797d71 (diff) | |
download | pkgsrc-3e338f2ad71489539d19672d8eb475b74a490ace.tar.gz |
remove stacksize from UNLIMIT_RESOURCES. This isn't needed for the build
and causes more harm than good for the regression tests.
Diffstat (limited to 'lang/python23/Makefile')
-rw-r--r-- | lang/python23/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index f5a079e2a91..4e719215d1b 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/12/23 17:24:42 recht Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/11 11:04:43 recht Exp $ # DISTNAME= Python-2.3.3 @@ -17,7 +17,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-threads CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= OPT="${CFLAGS}" -UNLIMIT_RESOURCES+= stacksize INSTALL_TARGET= altinstall TEST_TARGET= test |