mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
This is only compile tested, not run-tested as I don't use this software. Rather than patching the nested libssh, it switches to using libssh from security/libssh. There is then an additional patch to support OpenSSL 1.1. PR: 228938 Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D20844
22 lines
1.3 KiB
Text
22 lines
1.3 KiB
Text
--- configure.orig 2019-07-03 10:16:22.080221000 -0700
|
|
+++ configure 2019-07-03 10:17:08.000445000 -0700
|
|
@@ -13050,7 +13050,7 @@ echo "CFLAGS set to $CFLAGS"
|
|
|
|
|
|
|
|
-ac_config_files="$ac_config_files razorback.pc Makefile m4/Makefile etc/Makefile include/Makefile src/Makefile libssh/Makefile libssh/src/Makefile libssh/src/threads/Makefile libssh/include/Makefile tests/Makefile"
|
|
+ac_config_files="$ac_config_files razorback.pc Makefile m4/Makefile etc/Makefile include/Makefile src/Makefile tests/Makefile"
|
|
|
|
cat >confcache <<\_ACEOF
|
|
# This file is a shell script that caches the results of configure
|
|
@@ -14041,10 +14041,6 @@ do
|
|
"etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
|
|
"include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
|
|
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
|
|
- "libssh/Makefile") CONFIG_FILES="$CONFIG_FILES libssh/Makefile" ;;
|
|
- "libssh/src/Makefile") CONFIG_FILES="$CONFIG_FILES libssh/src/Makefile" ;;
|
|
- "libssh/src/threads/Makefile") CONFIG_FILES="$CONFIG_FILES libssh/src/threads/Makefile" ;;
|
|
- "libssh/include/Makefile") CONFIG_FILES="$CONFIG_FILES libssh/include/Makefile" ;;
|
|
"tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
|
|
|
|
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
|