unlimit the data segment (gsromfs1.c needs > 128MB on gcc/alpha)
This commit is contained in:
parent
667cbb15aa
commit
2778c83e8b
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.48 2008/05/17 20:57:29 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.49 2008/05/25 10:26:41 tnn Exp $
|
||||
|
||||
DISTNAME= ghostscript-8.62
|
||||
PKGREVISION= 2
|
||||
|
@ -22,6 +22,7 @@ USE_TOOLS+= gmake perl:run lex pkg-config
|
|||
GNU_CONFIGURE= yes
|
||||
#CONFIGURE_ARGS+= --enable-debug
|
||||
MAKE_JOBS_SAFE= no
|
||||
UNLIMIT_RESOURCES+= datasize # gsromfs1.c
|
||||
|
||||
REPLACE_PERL+= lib/fixmswrd.pl
|
||||
|
||||
|
|
Loading…
Reference in a new issue