audit: fix dependency error when libev also selected
authorW. Michael Petullo <redacted>
Sun, 13 Sep 2020 01:01:40 +0000 (20:01 -0500)
committerW. Michael Petullo <redacted>
Sun, 13 Sep 2020 01:01:40 +0000 (20:01 -0500)
Auditd seems to build its own libev if the library is not already present;
otherwise it uses the system-installed library. This adds libev as a
dependency to ensure a consistent build.

Signed-off-by: W. Michael Petullo <redacted>
utils/audit/Makefile

index f14f9d5556a0c119695c204fdcf39be7210c7be1..e920366f4907fa5e6d6bb1aff2edafaf865f4401 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=audit
 PKG_VERSION:=2.8.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://people.redhat.com/sgrubb/audit
@@ -67,7 +67,7 @@ $(call Package/audit/Default)
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE+= (daemon)
-  DEPENDS:= +libaudit +libauparse +audit-utils
+  DEPENDS:= +libaudit +libauparse +audit-utils +libev
 endef
 
 define Package/audit/description
git clone https://git.99rst.org/PROJECT