aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOscar Lesta <oscar.lesta@gmail.com>2024-10-06 22:30:10 -0300
committerMark Adler <madler@alumni.caltech.edu>2024-10-07 07:28:11 -0700
commit64191119d810730c0da919836208486f571e4940 (patch)
tree7929a2f49cd17e1e0d0843700bc1feac2258ce60 /configure
parentd476828316d05d54c6fd6a068b121b30c147b5cd (diff)
downloadzlib-64191119d810730c0da919836208486f571e4940.tar.gz
zlib-64191119d810730c0da919836208486f571e4940.tar.bz2
zlib-64191119d810730c0da919836208486f571e4940.zip
Add Haiku to configure for proper LDSHARED settings.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 97f689e..54c802e 100755
--- a/configure
+++ b/configure
@@ -228,7 +228,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
228 uname=`(uname -s || echo unknown) 2>/dev/null` 228 uname=`(uname -s || echo unknown) 2>/dev/null`
229 fi 229 fi
230 case "$uname" in 230 case "$uname" in
231 Linux* | linux* | *-linux* | GNU | GNU/* | solaris*) 231 Linux* | linux* | *-linux* | GNU | GNU/* | solaris* | Haiku)
232 case "$mname" in 232 case "$mname" in
233 *sparc*) 233 *sparc*)
234 LDFLAGS="${LDFLAGS} -Wl,--no-warn-rwx-segments" ;; 234 LDFLAGS="${LDFLAGS} -Wl,--no-warn-rwx-segments" ;;