aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
298endif 298endif
299 299
300ifeq ($(strip $(CONFIG_SELINUX)),y) 300ifeq ($(strip $(CONFIG_SELINUX)),y)
301 LIBRARIES += -lselinux 301 LIBRARIES += -lselinux -lsepol
302endif 302endif
303 303
304ifeq ($(strip $(PREFIX)),) 304ifeq ($(strip $(PREFIX)),)