2015-07-26 18:34:07 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# mosh
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
MOSH_VERSION = 1.2.5
|
2015-09-28 18:10:31 +02:00
|
|
|
MOSH_SITE = https://mosh.mit.edu
|
2015-07-26 18:34:07 +02:00
|
|
|
MOSH_DEPENDENCIES = zlib ncurses protobuf openssl host-pkgconf
|
|
|
|
MOSH_LICENSE = GPLv3+ with exception
|
|
|
|
MOSH_LICENSE_FILES = COPYING COPYING.iOS
|
|
|
|
|
|
|
|
# help the detection of the SSP support: mosh configure.ac doesn't do
|
|
|
|
# a link test, so it doesn't detect when the toolchain doesn't have
|
|
|
|
# libssp.
|
|
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_SSP),)
|
|
|
|
MOSH_CONF_ENV += \
|
|
|
|
ax_cv_check_cflags__Werror___fstack_protector_all=no \
|
|
|
|
ax_cv_check_cxxflags__Werror___fstack_protector_all=no
|
|
|
|
endif
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|