diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-08-13 14:05:26 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-08-13 14:07:18 +0100 |
commit | ff6b8156916d2fc8f308bd02241a23eea99a1c7f (patch) | |
tree | 1808de2dfc12953444fa043ac902ef983fc0ddc7 /package/libs/libselinux/Makefile | |
parent | 74dfe25d41b83f51c10f7862184359784b7d7182 (diff) | |
download | upstream-ff6b8156916d2fc8f308bd02241a23eea99a1c7f.tar.gz upstream-ff6b8156916d2fc8f308bd02241a23eea99a1c7f.tar.bz2 upstream-ff6b8156916d2fc8f308bd02241a23eea99a1c7f.zip |
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>
Diffstat (limited to 'package/libs/libselinux/Makefile')
-rw-r--r-- | package/libs/libselinux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libselinux/Makefile b/package/libs/libselinux/Makefile index 893476f5de..b0b2491cc9 100644 --- a/package/libs/libselinux/Makefile +++ b/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 |