Skip to content

Commit

Permalink
configure: Fix linker flags for Haiku.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtl1979 authored and Dead2 committed Oct 10, 2024
1 parent 18af700 commit 22a4cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 22a4cbb

Please sign in to comment.