Blame SOURCES/autofs-5.0.7-configure-allow-cross-compilation-update.patch

304803
autofs-5.0.7 - configure: allow cross compilation update
304803
304803
From: Chris Packham <chris.packham@alliedtelesis.co.nz>
304803
304803
Run "make distclean" to update configure. This should have been included
304803
in 5936c738 when configure.in was updated but it was missed.
304803
---
304803
304803
 configure |    5 +----
304803
 1 files changed, 1 insertions(+), 4 deletions(-)
304803
304803
304803
diff --git a/configure b/configure
304803
index bf62203..ba3bba6 100755
304803
--- a/configure
304803
+++ b/configure
304803
@@ -5378,10 +5378,7 @@ DAEMON_LDFLAGS=
304803
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc -fPIE works" >&5
304803
 $as_echo_n "checking whether gcc -fPIE works... " >&6; }
304803
 if test "$cross_compiling" = yes; then :
304803
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
304803
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
304803
-as_fn_error $? "cannot run test program while cross compiling
304803
-See \`config.log' for more details" "$LINENO" 5; }
304803
+  gcc_supports_pie=no
304803
 else
304803
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
304803
 /* end confdefs.h.  */