From 6ce8dae1d5a201156a83201de6c49cdcc4c8df3e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 28 Aug 2006 23:24:38 +0000 Subject: need libsepol in addtion to libselinux --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)),) -- cgit v1.2.3