Merge pull request #13367 from flyn-org/selinux
audit: fix dependency error when libev also selected
This commit is contained in:
commit
26d063012e
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=audit
|
PKG_NAME:=audit
|
||||||
PKG_VERSION:=2.8.5
|
PKG_VERSION:=2.8.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://people.redhat.com/sgrubb/audit
|
PKG_SOURCE_URL:=http://people.redhat.com/sgrubb/audit
|
||||||
|
@ -67,7 +67,7 @@ $(call Package/audit/Default)
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE+= (daemon)
|
TITLE+= (daemon)
|
||||||
DEPENDS:= +libaudit +libauparse +audit-utils
|
DEPENDS:= +libaudit +libauparse +audit-utils +libev
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/audit/description
|
define Package/audit/description
|
||||||
|
|
Loading…
Reference in a new issue