From 33b69d0e9a09c19225e8f5f34869f74fe60e2d2b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Apr 2014 08:04:36 +0200 Subject: more tar.gz fixes --- package/monit/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'package/monit/Makefile') diff --git a/package/monit/Makefile b/package/monit/Makefile index 5543fed27..af96c7466 100644 --- a/package/monit/Makefile +++ b/package/monit/Makefile @@ -7,20 +7,23 @@ PKG_NAME:= monit PKG_VERSION:= 5.6 PKG_RELEASE:= 2 PKG_MD5SUM:= 19dfc1ce8512e832134d06eedd96ba50 -PKG_DESCR:= An utility for system services monitoring +PKG_DESCR:= utility for system services monitoring PKG_SECTION:= admin PKG_DEPENDS:= libpthread libopenssl PKG_BUILDDEP:= openssl PKG_URL:= http://mmonit.com/monit/ PKG_SITES:= http://www.tildeslash.com/monit/dist/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,MONIT,monit,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) 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: -- cgit v1.2.3