aboutsummaryrefslogtreecommitdiffstats
path: root/testing/softether/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/softether/configure.patch')
-rw-r--r--testing/softether/configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/softether/configure.patch b/testing/softether/configure.patch
new file mode 100644
index 00000000000..69c6910bd92
--- /dev/null
+++ b/testing/softether/configure.patch
@@ -0,0 +1,11 @@
+--- configure.orig 2021-08-17 13:56:35.000000000 +0000
++++ v4.38-9760/configure 2022-01-17 23:28:46.559026639 +0000
+@@ -83,7 +83,7 @@ esac
+
+ CPU=""
+ case "`uname -m`" in
+-x86_64|amd64|aarch64|arm64|armv8*|mips64|ppc64|sparc64|alpha|ia64)
++x86_64|amd64|aarch64|arm64|armv8*|mips64|ppc64|ppc64le|sparc64|alpha|ia64|s390x)
+ CPU=64bit
+ ;;
+ i?86|x86pc|i86pc|armv4*|armv5*|armv6*|armv7*)