The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / monit / monit.mk
1 ################################################################################
2 #
3 # monit
4 #
5 ################################################################################
6
7 MONIT_VERSION = 5.12.2
8 MONIT_SITE = http://mmonit.com/monit/dist
9 MONIT_LICENSE = AGPLv3 with OpenSSL exception
10 MONIT_LICENSE_FILES = COPYING
11 #
12 # Touching Makefile.am:
13 MONIT_AUTORECONF = YES
14
15 MONIT_CONF_ENV = \
16         libmonit_cv_setjmp_available=yes \
17         libmonit_cv_vsnprintf_c99_conformant=yes
18
19 MONIT_CONF_OPTS += \
20         --without-pam \
21         --with-largefiles
22
23 ifeq ($(BR2_PACKAGE_OPENSSL),y)
24 MONIT_CONF_OPTS += --with-ssl=$(STAGING_DIR)/usr
25 MONIT_DEPENDENCIES += openssl
26 else
27 MONIT_CONF_OPTS += --without-ssl
28 endif
29
30 $(eval $(autotools-package))