31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
|
Index: libssh2/ltmain.sh
|
||
|
--- libssh2/ltmain.sh.orig
|
||
|
+++ libssh2/ltmain.sh
|
||
|
@@ -7111,7 +7111,7 @@ func_mode_link ()
|
||
|
# These systems don't actually have a C library (as such)
|
||
|
test X-lc = "X$arg" && continue
|
||
|
;;
|
||
|
- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
|
||
|
+ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-secbsd*)
|
||
|
# Do not include libc due to us having libc/libc_r.
|
||
|
test X-lc = "X$arg" && continue
|
||
|
;;
|
||
|
@@ -7131,7 +7131,7 @@ func_mode_link ()
|
||
|
esac
|
||
|
elif test X-lc_r = "X$arg"; then
|
||
|
case $host in
|
||
|
- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
|
||
|
+ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-secbsd*)
|
||
|
# Do not include libc_r directly, use -pthread flag.
|
||
|
continue
|
||
|
;;
|
||
|
@@ -9224,7 +9224,7 @@ func_mode_link ()
|
||
|
*-*-netbsd*)
|
||
|
# Don't link with libc until the a.out ld.so is fixed.
|
||
|
;;
|
||
|
- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
|
||
|
+ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-secbsd*)
|
||
|
# Do not include libc due to us having libc/libc_r.
|
||
|
;;
|
||
|
*-*-sco3.2v5* | *-*-sco5v6*)
|