From 64191119d810730c0da919836208486f571e4940 Mon Sep 17 00:00:00 2001 From: Oscar Lesta Date: Sun, 6 Oct 2024 22:30:10 -0300 Subject: [PATCH] Add Haiku to configure for proper LDSHARED settings. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 97f689ef..54c802e2 100755 --- a/configure +++ b/configure @@ -228,7 +228,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then uname=`(uname -s || echo unknown) 2>/dev/null` fi case "$uname" in - Linux* | linux* | *-linux* | GNU | GNU/* | solaris*) + Linux* | linux* | *-linux* | GNU | GNU/* | solaris* | Haiku) case "$mname" in *sparc*) LDFLAGS="${LDFLAGS} -Wl,--no-warn-rwx-segments" ;;