summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-01-11 11:04:43 +0000
committerrecht <recht@pkgsrc.org>2004-01-11 11:04:43 +0000
commit3e338f2ad71489539d19672d8eb475b74a490ace (patch)
treef59881d57e7de17d5c3aceaada9b622562fbbad3
parentacdcbd2b1ef27c24d5b5cd4eebe13ffd6d797d71 (diff)
downloadpkgsrc-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.
-rw-r--r--lang/python23-pth/Makefile3
-rw-r--r--lang/python23/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile
index 1f6208b86b4..0939af0e90f 100644
--- a/lang/python23-pth/Makefile
+++ b/lang/python23-pth/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
@@ -16,7 +16,6 @@ USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= OPT="${CFLAGS}"
-UNLIMIT_RESOURCES+= stacksize
PTHREAD_OPTS= require
.include "../../mk/pthread.buildlink2.mk"
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