tmate: link openwrt's libssh instead of system

This commit is contained in:
ElonH 2020-03-21 18:55:45 +08:00
parent 09fe78da58
commit 433a1c0a3d
No known key found for this signature in database
GPG Key ID: 5BCDD7F78A258D4C

View File

@ -40,6 +40,10 @@ define Package/$(PKG_NAME)
DEPENDS:=+libpthread +libevent2 +libssh +libmsgpack-c +libncurses
endef
CONFIGURE_ARGS+=--oldincludedir=$(STAGING_DIR)
CONFIGURE_VARS+=LIBSSH_CFLAGS="-I$(STAGING_DIR)/usr/include " LIBSSH_LIBS="-lssh"
define Package/$(PKG_NAME)/description
Tmate is a fork of tmux. It provides an instant pairing solution.
endef