need libsepol in addtion to libselinux
diff --git a/Rules.mak b/Rules.mak
index 43a700e..5e848e4 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -298,7 +298,7 @@
 endif
 
 ifeq ($(strip $(CONFIG_SELINUX)),y)
-    LIBRARIES += -lselinux
+    LIBRARIES += -lselinux -lsepol
 endif
 
 ifeq ($(strip $(PREFIX)),)