1 ################################################################################
5 ################################################################################
8 MOSH_SITE
= https
://mosh.mit.edu
9 MOSH_DEPENDENCIES
= zlib ncurses protobuf openssl host-pkgconf
10 MOSH_LICENSE
= GPLv3
+ with exception
11 MOSH_LICENSE_FILES
= COPYING COPYING.iOS
13 # help the detection of the SSP support: mosh configure.ac doesn't do
14 # a link test, so it doesn't detect when the toolchain doesn't have
16 ifeq ($(BR2_TOOLCHAIN_HAS_SSP
),)
18 ax_cv_check_cflags__Werror___fstack_protector_all
=no \
19 ax_cv_check_cxxflags__Werror___fstack_protector_all
=no
22 $(eval
$(autotools-package
))