mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
configure script fix for Haiku
Haiku does not support compiling with -fpie. See the discussion here for details: https://discuss.haiku-os.org/t/qemu-on-haiku-sdl-issue/10961/6?u=rjzak Signed-off-by: Richard Zak <richard.j.zak@gmail.com> Message-Id: <CAOakUfM8zMpYiAEn-_f9s1DHdVB-Bq9fGMM=Hfr8hJW9ra6aWw@mail.gmail.com> [thuth: Tweaked title and patch description] Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
61c32485b7
commit
b8ee198d21
3
configure
vendored
3
configure
vendored
@ -770,7 +770,8 @@ SunOS)
|
|||||||
;;
|
;;
|
||||||
Haiku)
|
Haiku)
|
||||||
haiku="yes"
|
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)
|
Linux)
|
||||||
audio_drv_list="try-pa oss"
|
audio_drv_list="try-pa oss"
|
||||||
|
Loading…
Reference in New Issue
Block a user