seclic: depends on libsepol
authorDaniel Golle <daniel@makrotopia.org>
Fri, 9 Oct 2020 17:59:52 +0000 (18:59 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 9 Oct 2020 18:00:35 +0000 (19:00 +0100)
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@makrotopia.org>
package/utils/secilc/Makefile

index 708b81659c50c858800f08593055e75182c97d55..26c20f921313c21252ae3f8014266a3bd2dc3026 100644 (file)
@@ -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