diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-11-13 14:32:07 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-11-13 14:32:07 +0000 |
commit | cc952b51f9e49f3e621d949f9c2cf9a6b9a68fc4 (patch) | |
tree | be9586cd7ab53948418af9b27f5a50f4d8b4a25f /databases | |
parent | Update to 1.25.12. (diff) |
Drop workaround for qemu-user-static hang after r517350
GSlice as used by qemu-user still aborts due to low RLIMIT_VMEM in an
emulated application but no longer hangs. While the behavior differs
from real hardware it matches the one from before r456518 that was
hardcoded as gl_cv_func_printf_enomem=no workaround.
PR: 224740
Notes
Notes:
svn path=/head/; revision=517376
Diffstat (limited to 'databases')
-rw-r--r-- | databases/recutils/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/recutils/Makefile b/databases/recutils/Makefile index 85ef7099399f..f0de8c8d0056 100644 --- a/databases/recutils/Makefile +++ b/databases/recutils/Makefile @@ -14,10 +14,6 @@ LICENSE= GPLv3 USES= charsetfix libtool makeinfo GNU_CONFIGURE= yes -.ifdef QEMU_EMULATING -# XXX bug 224740: configure hangs -CONFIGURE_ENV= gl_cv_func_printf_enomem=no -.endif USE_LDCONFIG= yes INFO= rec-mode recutils |