From 03115b0cde6eac335811633249d7fd20aafde103 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 17 Dec 2020 15:27:34 -0800 Subject: [PATCH] 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 --- admin/monit/Makefile | 7 ++++--- 1 file 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 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 endef define Package/monit/Default/description