pkgsrc/emulators/qemu
gson 08ff50fa46 emulators/qemu: check for posix_memalign in configure script
qemu incorrectly checks for the presence of posix_memalign() by
testing whether the preprocessor symbol _POSIX_C_SOURCE is defined.
This causes qemu to use valloc() instead of posix_memalign() on NetBSD,
even on versions where posix_memalign() is supported, wasting
memory when the required alignment is smaller than a page.  Fix this
by checking for posix_memalign() support in the configure script.
2018-01-04 16:48:17 +00:00
..
files qemu: fix extraction of 2.10.* on case-insensitive filesystems 2017-10-14 12:30:44 +00:00
patches emulators/qemu: check for posix_memalign in configure script 2018-01-04 16:48:17 +00:00
DESCR
distinfo emulators/qemu: check for posix_memalign in configure script 2018-01-04 16:48:17 +00:00
Makefile emulators/qemu: check for posix_memalign in configure script 2018-01-04 16:48:17 +00:00
options.mk qemu: Upgrade to 2.10.0 2017-08-30 21:00:46 +00:00
PLIST qemu: Upgrade to 2.11.0 2017-12-14 02:03:52 +00:00
PLIST.Linux ppc64le and aarch64 have system call emulation on Linux, too. 2015-12-10 02:51:05 +00:00