Unlimit stacksize, needed at least on my 5.99.38/amd64.
This commit is contained in:
parent
06c11a5231
commit
b58aaf5711
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.65 2010/08/19 08:06:53 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.66 2010/08/21 15:02:14 wiz Exp $
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
@ -10,6 +10,7 @@ CONFIGURE_ENV+= disable_x11=yes
|
|||
|
||||
BUILD_TARGET= world
|
||||
MAKE_JOBS_SAFE= no
|
||||
UNLIMIT_RESOURCES= stacksize
|
||||
|
||||
###
|
||||
### PLIST components
|
||||
|
|
Loading…
Reference in a new issue