Add Haiku to configure for proper LDSHARED settings.

pull/1036/head
Oscar Lesta 4 months ago committed by Mark Adler
parent d476828316
commit 64191119d8
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save