[openwrt/openwrt] seclic: depends on libsepol

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 9 14:00:50 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/486faa0036c4e2331b0160c09691aef5d7fb3646

commit 486faa0036c4e2331b0160c09691aef5d7fb3646
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Oct 9 18:59:52 2020 +0100

    seclic: depends on libsepol
    
    Add missing dependency for target build of seclic which requires
    libsepol (just like the host build requires libsepol/host).
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/utils/secilc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/utils/secilc/Makefile b/package/utils/secilc/Makefile
index 708b81659c..26c20f9213 100644
--- a/package/utils/secilc/Makefile
+++ b/package/utils/secilc/Makefile
@@ -33,6 +33,7 @@ define Package/secilc
 	CATEGORY:=Utilities
 	TITLE:=SELinux Common Intermediate Language (CIL) Compiler
 	URL:=http://selinuxproject.org/page/Main_Page
+	DEPENDS:=+libsepol
 endef
 
 define Package/secilc/description



More information about the lede-commits mailing list