]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
configure: Fix linker flags for Haiku.
authorMika Lindqvist <postmaster@raasu.org>
Fri, 27 Sep 2024 14:09:22 +0000 (17:09 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 10 Oct 2024 11:21:20 +0000 (13:21 +0200)
configure

index 83736bd383aa620836c6c26ca7b9c5c20b2e51d5..2403f1f15e698ed45aa5c3f3d95b23304ef691a7 100755 (executable)
--- a/configure
+++ b/configure
@@ -363,7 +363,7 @@ if test "$gcc" -eq 1 && ($cc $CFLAGS -c $test.c) >> configure.log 2>&1; then
     uname=$( (uname -s || echo unknown) 2>/dev/null)
   fi
   case "$uname" in
-  Linux* | linux* | GNU | GNU/* | solaris*)
+  Linux* | linux* | GNU | GNU/* | solaris* | Haiku)
         LDSHARED=${LDSHARED-"$cc"}
         LDSHAREDFLAGS="-shared -Wl,-soname,${LIBNAME}.so.${VER1}" ;;
   *BSD | *bsd* | DragonFly)