aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-28 23:24:38 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-28 23:24:38 +0000
commit6ce8dae1d5a201156a83201de6c49cdcc4c8df3e (patch)
treeacdf1c83d6c21db82bd5f59557be4b84adae161a /Rules.mak
parent99b706858b4f9d4b7613014e8596946874809643 (diff)
downloadbusybox-6ce8dae1d5a201156a83201de6c49cdcc4c8df3e.tar.gz
need libsepol in addtion to libselinux
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 43a700ea9..5e848e4e6 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -298,7 +298,7 @@ ifeq ($(strip $(CONFIG_BUILD_LIBBUSYBOX)),y)
endif
ifeq ($(strip $(CONFIG_SELINUX)),y)
- LIBRARIES += -lselinux
+ LIBRARIES += -lselinux -lsepol
endif
ifeq ($(strip $(PREFIX)),)