diff options
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)),) |