diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-17 15:27:34 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-12-17 21:58:10 -0800 |
commit | 03115b0cde6eac335811633249d7fd20aafde103 (patch) | |
tree | 2b40d485863714ae1ca1f7ee04eae09e6b194a58 /admin | |
parent | c12f6762ef58da34f3b5e9f451d5c61a0e9599c0 (diff) |
monit: add libtool fixup
It seems to fail locally without it:
Version mismatch error. This is libtool 2.4.6 Debian-2.4.6-2, but the
definition of this LT_INIT comes from libtool 2.4.
You should recreate aclocal.m4 with macros from libtool 2.4.6 Debian-2.4.6-2
and run autoconf again.
Move MAINTAINER up for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/monit/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/monit/Makefile b/admin/monit/Makefile index 1c7d7195a..f6ab3a430 100644 --- a/admin/monit/Makefile +++ b/admin/monit/Makefile @@ -9,18 +9,20 @@ include $(TOPDIR)/rules.mk PKG_NAME:=monit PKG_VERSION:=5.26.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://mmonit.com/monit/dist PKG_HASH:=87fc4568a3af9a2be89040efb169e3a2e47b262f99e78d5ddde99dd89f02f3c2 +PKG_MAINTAINER:=Etienne CHAMPETIER <champetier.etienne@gmail.com> PKG_LICENSE:=AGPL-3.0 PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:tildeslash:monit -PKG_BUILD_PARALLEL:=1 +PKG_FIXUP:=libtool PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk @@ -30,7 +32,6 @@ define Package/monit/Default DEPENDS:= +libpthread +zlib TITLE:=System services monitoring utility URL:=https://mmonit.com/monit/ - MAINTAINER:=Etienne CHAMPETIER <champetier.etienne@gmail.com> endef define Package/monit/Default/description |