58 lines
1.7 KiB
Text
58 lines
1.7 KiB
Text
|
Index: libssh2/configure
|
||
|
--- libssh2/configure.orig
|
||
|
+++ libssh2/configure
|
||
|
@@ -6644,7 +6644,7 @@ else
|
||
|
lt_cv_sys_max_cmd_len=8192;
|
||
|
;;
|
||
|
|
||
|
- bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
|
||
|
+ bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd* | secbsd*)
|
||
|
# This has been around since 386BSD, at least. Likely further.
|
||
|
if test -x /sbin/sysctl; then
|
||
|
lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
|
||
|
@@ -7128,7 +7128,7 @@ newos6*)
|
||
|
lt_cv_deplibs_check_method=pass_all
|
||
|
;;
|
||
|
|
||
|
-openbsd* | bitrig*)
|
||
|
+openbsd* | bitrig* | secbsd*)
|
||
|
if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
|
||
|
lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
|
||
|
else
|
||
|
@@ -7744,7 +7744,7 @@ old_postuninstall_cmds=
|
||
|
|
||
|
if test -n "$RANLIB"; then
|
||
|
case $host_os in
|
||
|
- bitrig* | openbsd*)
|
||
|
+ bitrig* | openbsd* | secbsd*)
|
||
|
old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
|
||
|
;;
|
||
|
*)
|
||
|
@@ -10530,7 +10530,7 @@ $as_echo_n "checking whether the $compiler linker ($LD
|
||
|
# we just hope/assume this is gcc and not c89 (= MSVC++)
|
||
|
with_gnu_ld=yes
|
||
|
;;
|
||
|
- openbsd* | bitrig*)
|
||
|
+ openbsd* | bitrig* | secbsd*)
|
||
|
with_gnu_ld=no
|
||
|
;;
|
||
|
linux* | k*bsd*-gnu | gnu*)
|
||
|
@@ -11504,7 +11504,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
|
||
|
*nto* | *qnx*)
|
||
|
;;
|
||
|
|
||
|
- openbsd* | bitrig*)
|
||
|
+ openbsd* | bitrig* | secbsd*)
|
||
|
if test -f /usr/libexec/ld.so; then
|
||
|
hardcode_direct=yes
|
||
|
hardcode_shlibpath_var=no
|
||
|
@@ -12646,7 +12646,7 @@ newsos6)
|
||
|
dynamic_linker='ldqnx.so'
|
||
|
;;
|
||
|
|
||
|
-openbsd* | bitrig*)
|
||
|
+openbsd* | bitrig* | secbsd*)
|
||
|
version_type=sunos
|
||
|
sys_lib_dlsearch_path_spec=/usr/lib
|
||
|
need_lib_prefix=no
|