mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-11 21:25:48 +00:00
libselinux: don't depend on kernel config symbols
Dependencies are meant to express actual run-time dependencies and strictly speaking, libselinux can be build and used on kernels without SELinux (not in a very meaningful way, but never mind). Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
74dfe25d41
commit
ff6b815691
@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
define Package/libselinux
|
define Package/libselinux
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
DEPENDS:=+libsepol +libpcre +musl-fts +@KERNEL_SECURITY +@KERNEL_SECURITY_NETWORK +@KERNEL_SECURITY_SELINUX
|
DEPENDS:=+libsepol +libpcre +musl-fts
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Runtime SELinux library
|
TITLE:=Runtime SELinux library
|
||||||
URL:=http://selinuxproject.org/page/Main_Page
|
URL:=http://selinuxproject.org/page/Main_Page
|
||||||
|
Loading…
x
Reference in New Issue
Block a user