Add Haiku to configure for proper LDSHARED settings.

This commit is contained in:
Oscar Lesta 2024-10-06 22:30:10 -03:00 committed by Mark Adler
parent d476828316
commit 64191119d8

2
configure vendored
View File

@ -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" ;;