On 21/07/2021 03.40, Richard Zak wrote:
Signed-off-by: Richard Zak <richard.j....@gmail.com
<mailto:richard.j....@gmail.com>>
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 232c54dcc1..163af793e9 100755
--- a/configure
+++ b/configure
@@ -768,7 +768,8 @@ SunOS)
;;
Haiku)
haiku="yes"
- QEMU_CFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS -D_BSD_SOURCE $QEMU_CFLAGS"
+ pie="no"
+ QEMU_CFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS -D_BSD_SOURCE -fPIC $QEMU_CFLAGS"
;;
Linux)
audio_drv_list="try-pa oss"
Thanks, I've slightly updated the title and patch description and queued it
now to my branch here:
https://gitlab.com/thuth/qemu/-/commits/testing-next/
Thomas