[Buildroot] [PATCH 1/1] autossh: put back AUTORECONF

Fabrice Fontaine fontaine.fabrice at gmail.com
Thu Jun 14 19:00:34 UTC 2018


cabf1d658ebc878088e8ee592549d412f8f82f6f wrongly removed AUTORECONF=YES
indeed configure is still not up to date.
Without it, --with-ssh option is not taken into account and so build
fails if ssh is not installed in PATH.

Fixes:
 - http://autobuild.buildroot.net/results/25d681f9df22c07cdf5a6b8756bfc2d5ecf36247

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/autossh/autossh.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/autossh/autossh.mk b/package/autossh/autossh.mk
index 1538a4c8bc..f2869e726f 100644
--- a/package/autossh/autossh.mk
+++ b/package/autossh/autossh.mk
@@ -10,6 +10,9 @@ AUTOSSH_SOURCE = autossh-$(AUTOSSH_VERSION).tgz
 AUTOSSH_LICENSE = Modified BSD
 AUTOSSH_LICENSE_FILES = autossh.c
 
+# Bundled ./configure is not up-to-date with what is in configure.ac
+AUTOSSH_AUTORECONF = YES
+
 AUTOSSH_CONF_OPTS = --with-ssh=/usr/bin/ssh
 
 $(eval $(autotools-package))
-- 
2.14.1



More information about the buildroot mailing list