package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / mosh / mosh.mk
blobf8c45e8ccd2abc684664a6e7346f4acba2bb6258
1 ################################################################################
3 # mosh
5 ################################################################################
7 MOSH_VERSION = 1.2.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
15 # libssp.
16 ifeq ($(BR2_TOOLCHAIN_HAS_SSP),)
17 MOSH_CONF_ENV += \
18 ax_cv_check_cflags__Werror___fstack_protector_all=no \
19 ax_cv_check_cxxflags__Werror___fstack_protector_all=no
20 endif
22 $(eval $(autotools-package))