pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang remove stacksize from UNLIMIT_RESOURCES. This isn...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e84023933800
branches: trunk
changeset: 466081:e84023933800
user: recht <recht%pkgsrc.org@localhost>
date: Sun Jan 11 11:04:43 2004 +0000
description:
remove stacksize from UNLIMIT_RESOURCES. This isn't needed for the build
and causes more harm than good for the regression tests.
diffstat:
lang/python23-pth/Makefile | 3 +--
lang/python23/Makefile | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 5a6d6f3cade2 -r e84023933800 lang/python23-pth/Makefile
--- a/lang/python23-pth/Makefile Sun Jan 11 07:40:13 2004 +0000
+++ b/lang/python23-pth/Makefile Sun Jan 11 11:04:43 2004 +0000
@@ -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 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= OPT="${CFLAGS}"
-UNLIMIT_RESOURCES+= stacksize
PTHREAD_OPTS= require
.include "../../mk/pthread.buildlink2.mk"
diff -r 5a6d6f3cade2 -r e84023933800 lang/python23/Makefile
--- a/lang/python23/Makefile Sun Jan 11 07:40:13 2004 +0000
+++ b/lang/python23/Makefile Sun Jan 11 11:04:43 2004 +0000
@@ -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 @@
CONFIGURE_ARGS+= --without-threads
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= OPT="${CFLAGS}"
-UNLIMIT_RESOURCES+= stacksize
INSTALL_TARGET= altinstall
TEST_TARGET= test
Home |
Main Index |
Thread Index |
Old Index