qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2 v5] Configure script for Haiku


From: Thomas Huth
Subject: Re: [PATCH 1/2 v5] Configure script for Haiku
Date: Tue, 27 Jul 2021 17:56:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0

On 21/07/2021 03.40, Richard Zak wrote:
Signed-off-by: Richard Zak <richard.j.zak@gmail.com <mailto:richard.j.zak@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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]