$FabBSD$ --- build/ltmain.sh.orig Sat Apr 25 19:42:14 2009 +++ build/ltmain.sh Sat Apr 25 19:42:29 2009 @@ -1487,7 +1487,7 @@ EOF # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-fabbsd*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; @@ -1498,7 +1498,7 @@ EOF esac elif test "X$arg" = "X-lc_r"; then case $host in - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-fabbsd*) # Do not include libc_r directly, use -pthread flag. continue ;; @@ -3367,7 +3367,7 @@ EOF *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-fabbsd*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;;