need libsepol in addtion to libselinux

This commit is contained in:
Mike Frysinger 2006-08-28 23:24:38 +00:00
parent 99b706858b
commit 6ce8dae1d5

View File

@ -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)),)