Browse Source

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 <[email protected]>
Daniel Golle 5 years ago
parent
commit
ff6b815691
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/libs/libselinux/Makefile

+ 1 - 1
package/libs/libselinux/Makefile

@@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
 
 define Package/libselinux
   SECTION:=libs
-  DEPENDS:=+libsepol +libpcre +musl-fts +@KERNEL_SECURITY +@KERNEL_SECURITY_NETWORK +@KERNEL_SECURITY_SELINUX
+  DEPENDS:=+libsepol +libpcre +musl-fts
   CATEGORY:=Libraries
   TITLE:=Runtime SELinux library
   URL:=http://selinuxproject.org/page/Main_Page