Просмотр исходного кода

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 <[email protected]>
Daniel Golle 5 лет назад
Родитель
Сommit
486faa0036
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      package/utils/secilc/Makefile

+ 1 - 0
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