summaryrefslogtreecommitdiffstats
path: root/debian/patches/rl-no-cross-check.diff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:43:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:43:23 +0000
commitd1b4ac2b41011983e25616d1cb5c8b86339800a5 (patch)
tree12fa3c60c9d35479057b187338f24b8149064b03 /debian/patches/rl-no-cross-check.diff
parentAdding upstream version 8.1. (diff)
downloadreadline-d1b4ac2b41011983e25616d1cb5c8b86339800a5.tar.xz
readline-d1b4ac2b41011983e25616d1cb5c8b86339800a5.zip
Adding debian version 8.1-1.debian/8.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/rl-no-cross-check.diff')
-rw-r--r--debian/patches/rl-no-cross-check.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/rl-no-cross-check.diff b/debian/patches/rl-no-cross-check.diff
new file mode 100644
index 0000000..2af6682
--- /dev/null
+++ b/debian/patches/rl-no-cross-check.diff
@@ -0,0 +1,15 @@
+rl-no-cross-check.dpatch by <doko@debian.org>
+
+configure: Don't check for cross compilation
+
+--- a/configure
++++ b/configure
+@@ -3145,7 +3145,7 @@ ac_clean_files="$ac_clean_files conftest
+ # the compiler is broken, or we cross compile.
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
+ $as_echo_n "checking whether we are cross compiling... " >&6; }
+-if test "$cross_compiling" != yes; then
++if false && test "$cross_compiling" != yes; then
+ { { ac_try="$ac_link"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;