1
0
Fork 0
readline/debian/patches/rl-no-cross-check.diff
Daniel Baumann c162430179
Adding debian version 8.2-6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 08:05:58 +02:00

15 lines
576 B
Diff

rl-no-cross-check.dpatch by <doko@debian.org>
configure: Don't check for cross compilation
--- a/configure
+++ b/configure
@@ -3758,7 +3758,7 @@ ac_clean_files="$ac_clean_files conftest
# the compiler is broken, or we cross compile.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
printf %s "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;;