From: Kay Sievers Date: Sun, 16 Oct 2005 12:16:43 +0000 (+0200) Subject: fix selinux compilation X-Git-Tag: 174~2525 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=586e1a37eff1ec9b69c0d2953014e7291fb875b5 fix selinux compilation Taken from Red Hat CVS. Signed-off-by: Kay Sievers --- diff --git a/Makefile b/Makefile index ed5a87c42..16f4c244e 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ endif ifeq ($(strip $(USE_SELINUX)),true) UDEV_OBJS += udev_selinux.o - LIB_OBJS += -lselinux + LIB_OBJS += -lselinux -lsepol CFLAGS += -DUSE_SELINUX endif