fe4716001e
Version 1.4g most notably addresses a bug that could see an alarm signal occur without a handler, causing autossh to exit inappropriately. Signed-off-by: Einar Jon Gunnarsson <tolvupostur@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
512 B
Makefile
18 lines
512 B
Makefile
################################################################################
|
|
#
|
|
# autossh
|
|
#
|
|
################################################################################
|
|
|
|
AUTOSSH_VERSION = 1.4g
|
|
AUTOSSH_SITE = http://www.harding.motd.ca/autossh
|
|
AUTOSSH_SOURCE = autossh-$(AUTOSSH_VERSION).tgz
|
|
AUTOSSH_LICENSE = Modified BSD
|
|
AUTOSSH_LICENSE_FILES = autossh.c
|
|
# Fix AC_ARG_WITH code generation for --with-ssh
|
|
AUTOSSH_AUTORECONF = YES
|
|
|
|
AUTOSSH_CONF_OPTS = --with-ssh=/usr/bin/ssh
|
|
|
|
$(eval $(autotools-package))
|