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:
Antoine Brodin 2018-01-14 22:06:20 +00:00
parent 5bc80bdaeb
commit faa5f3a506
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q1/; revision=459006

View file

@ -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