projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ca57e
)
seclic: depends on libsepol
author
Daniel Golle
<daniel@makrotopia.org>
Fri, 9 Oct 2020 17:59:52 +0000
(18:59 +0100)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/package/utils/secilc/Makefile
b/package/utils/secilc/Makefile
index 708b81659c50c858800f08593055e75182c97d55..26c20f921313c21252ae3f8014266a3bd2dc3026 100644
(file)
--- 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