2019-05-15 01:40:37 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.harding.motd.ca/autossh/
|
2016-04-17 02:05:08 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Automatically restart SSH sessions and tunnels"
|
2019-01-21 15:00:12 +01:00
|
|
|
TERMUX_PKG_LICENSE="BSD"
|
2019-01-11 00:55:27 +01:00
|
|
|
TERMUX_PKG_VERSION=1.4g
|
2019-05-15 01:40:37 +02:00
|
|
|
TERMUX_PKG_REVISION=1
|
2019-01-11 00:55:27 +01:00
|
|
|
TERMUX_PKG_SHA256=83766463763364a1be56d6bf1a75b40a59302586645bf0c4fa885188cf01ebfc
|
2017-07-27 12:12:10 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/privat/autossh-${TERMUX_PKG_VERSION}.tar.xz
|
2019-08-12 17:28:41 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
2018-09-22 04:36:17 +02:00
|
|
|
TERMUX_PKG_DEPENDS="openssh | dropbear"
|
2016-04-17 02:05:08 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=$TERMUX_PREFIX/share/man ac_cv_path_ssh=$TERMUX_PREFIX/bin/ssh"
|
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_pre_configure() {
|
2016-09-03 23:48:41 +02:00
|
|
|
# For syslog logging:
|
additional libraries should be specified in `LIBS` instead of `LDFLAGS` if using autotools
Fixes on-device build for: alpine, autossh, direvent, heyu, krb5, msmtp, redir,
screen, socat, tinyproxy, tor.
2019-08-13 16:10:55 +02:00
|
|
|
export LIBS="-llog"
|
2016-09-03 23:48:41 +02:00
|
|
|
}
|