devel/libunistring: temporarily skip ENOMEM check for printf
configure:25883: checking whether printf survives out-of-memory conditions configure:26055: /nxb-bin/usr/bin/cc -o conftest -O2 -pipe -DLIBICONV_PLUG -fno-strict-aliasing -DLIBICONV_PLUG -D_THREAD_SAFE conftest.c >&5 configure:26058: $? = 0 ***MEMORY-ERROR***: [67280]: GSlice: failed to allocate 496 bytes (alignment: 512): Cannot allocate memory PR: 224740 Reported by: Mark Millard (via ports@ list, for armv7) Approved by: portmgr blanket
This commit is contained in:
parent
4f05fb6e0f
commit
5168f65378
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457665
1 changed files with 5 additions and 0 deletions
|
@ -23,4 +23,9 @@ INFO= ${PORTNAME}
|
|||
OPTIONS_DEFINE= DOCS
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
||||
.ifdef QEMU_EMULATING
|
||||
# XXX bug 224740: configure hangs: GSlice: failed to allocate 496 bytes (alignment: 512)
|
||||
CONFIGURE_ENV+= gl_cv_func_printf_enomem=no
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue