1 ################################################################################
5 ################################################################################
8 MONIT_SITE
= http
://mmonit.com
/monit
/dist
9 MONIT_LICENSE
= AGPLv3 with OpenSSL exception
10 MONIT_LICENSE_FILES
= COPYING
12 # Touching Makefile.am:
13 MONIT_AUTORECONF
= YES
15 # Missing m4/ directory in the source tree
19 MONIT_POST_PATCH_HOOKS
+= MONIT_M4
22 libmonit_cv_setjmp_available
=yes \
23 libmonit_cv_vsnprintf_c99_conformant
=yes
29 ifeq ($(BR2_PACKAGE_OPENSSL
),y
)
30 MONIT_CONF_OPTS
+= --with-ssl
=$(STAGING_DIR
)/usr
31 MONIT_DEPENDENCIES
+= openssl
33 MONIT_CONF_OPTS
+= --without-ssl
36 $(eval
$(autotools-package
))