[openwrt/openwrt] libsemanage: host-build depends on renamed libaudit package

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 1 07:33:12 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3ce21b8797d2ddf136225739a658457863ccb36d

commit 3ce21b8797d2ddf136225739a658457863ccb36d
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Sep 1 12:29:51 2020 +0100

    libsemanage: host-build depends on renamed libaudit package
    
    Fixes: efdf619f21 ("audit: build only libaudit")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/libs/libsemanage/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the lede-commits mailing list