From 586e1a37eff1ec9b69c0d2953014e7291fb875b5 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sun, 16 Oct 2005 14:16:43 +0200 Subject: [PATCH] fix selinux compilation Taken from Red Hat CVS. Signed-off-by: Kay Sievers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2