From: Daniel Golle <daniel@makrotopia.org>
Date: Tue, 1 Sep 2020 11:29:51 +0000 (+0100)
Subject: libsemanage: host-build depends on renamed libaudit package
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3ce21b8797d2ddf136225739a658457863ccb36d;p=openwrt%2Fstaging%2Frobimarko.git

libsemanage: host-build depends on renamed libaudit package

Fixes: efdf619f21 ("audit: build only libaudit")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---

diff --git a/package/libs/libsemanage/Makefile b/package/libs/libsemanage/Makefile
index e9df128653..79b492d0d3 100644
--- a/package/libs/libsemanage/Makefile
+++ b/package/libs/libsemanage/Makefile
@@ -18,7 +18,7 @@ PKG_LICENSE_FILES:=COPYING
 PKG_CPE_ID:=cpe:/a:selinuxproject:libsemanage
 
 
-HOST_BUILD_DEPENDS:=audit/host libselinux/host bzip2/host
+HOST_BUILD_DEPENDS:=libaudit/host libselinux/host bzip2/host
 
 
 include $(INCLUDE_DIR)/package.mk