mcst-linux-kernel/patches-2024.06.26/cpu-1.4.3/0005-kfreebsd-build.patch

28 lines
586 B
Diff

From: Petr Salinger <Petr.Salinger@seznam.cz>
Subject: No description.
---
aclocal.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -2969,7 +2969,7 @@
;;
# This must be Linux ELF.
-linux-gnu*)
+linux-gnu*|kfreebsd*)
version_type=linux
need_lib_prefix=no
need_version=no
@@ -4208,7 +4208,7 @@
;;
# This must be Linux ELF.
-linux-gnu*)
+linux-gnu*|kfreebsd*)
case $host_cpu in
alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | s390* | x86_64*)
lt_cv_deplibs_check_method=pass_all ;;