MFH: r459001
Skip ENOMEM check for printf when building with qemu, this makes configure hang PR: 224740 Reported by: pkg-fallout With hat: portmgr
This commit is contained in:
parent
5bc80bdaeb
commit
faa5f3a506
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q1/; revision=459006
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ LIBSIGSEGV_DESC=Use alternative page fault handler (GNU libsigsegv)
|
|||
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split"
|
||||
.ifdef QEMU_EMULATING
|
||||
# XXX bug 224740: configure hangs
|
||||
CONFIGURE_ENV+= gl_cv_func_printf_enomem=no
|
||||
.endif
|
||||
GNU_CONFIGURE= yes
|
||||
USES= makeinfo tar:xz
|
||||
|
||||
|
|
Loading…
Reference in a new issue