diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-10 18:08:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-10 18:08:53 +0100 |
commit | 4e5033a06bc12d5456257dffd869ff6f6a75ca8e (patch) | |
tree | abb6ee612fc93b208efa30a50f712d237fa85f03 /package/monit/Makefile | |
parent | 6ab5516b38f456affc6776e79e72e2761e89eec0 (diff) |
fix cross-compile on Darwin
Diffstat (limited to 'package/monit/Makefile')
-rw-r--r-- | package/monit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/monit/Makefile b/package/monit/Makefile index 93681fbd5..5543fed27 100644 --- a/package/monit/Makefile +++ b/package/monit/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= monit PKG_VERSION:= 5.6 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 19dfc1ce8512e832134d06eedd96ba50 PKG_DESCR:= An utility for system services monitoring PKG_SECTION:= admin @@ -20,7 +20,8 @@ $(eval $(call PKG_template,MONIT,monit,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEN CONFIGURE_ENV+= libmonit_cv_setjmp_available=yes \ libmonit_cv_vsnprintf_c99_conformant=yes -CONFIGURE_ARGS+= --with-ssl --with-ssl-dir="${STAGING_TARGET_DIR}/usr" +CONFIGURE_ARGS+= --with-ssl --with-ssl-dir="${STAGING_TARGET_DIR}/usr" \ + --without-pam monit-install: ${INSTALL_DIR} ${IDIR_MONIT}/etc |