]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/autossh: really fix the path to ssh
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 27 Nov 2015 22:20:03 +0000 (23:20 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 Nov 2015 13:48:20 +0000 (14:48 +0100)
commit7311116e78f910e42725d51fbf753fb795b6d237
treef6e21c3ca259d3b58612f27f3bfe51afbff248a5
parent645750d1c891a17b6d01a1b763bf4a27389c25b4
package/autossh: really fix the path to ssh

The ./configure script is not up-to-date with what is in configure.ac,
which prevents --with-ssh from working properly.

So, we autoreconfigure autossh, which fixes the issue.

Note however that this is not really an autotools package, since it only
uses autoconf and not automake. However, making it a generic pacakge is
not trivial, since autossh really wants config.h as generated by
./configure. Using the autotools infra in this case helps us easily
autoreconfiguring without to manual depend on all the autotools-relates
host packages.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/autossh/autossh.mk