chiark / gitweb /
fix selinux compilation
authorKay Sievers <kay.sievers@suse.de>
Sun, 16 Oct 2005 12:16:43 +0000 (14:16 +0200)
committerKay Sievers <kay.sievers@suse.de>
Sun, 16 Oct 2005 12:16:43 +0000 (14:16 +0200)
Taken from Red Hat CVS.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Makefile

index ed5a87c4276f56ba4a19118fb03040424f037883..16f4c244ebfd72fab3aa128b2df802297ceb18dd 100644 (file)
--- 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