1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-28 07:21:32 +03:00

fix selinux compilation

Taken from Red Hat CVS.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
Kay Sievers 2005-10-16 14:16:43 +02:00
parent dfedc446db
commit 586e1a37ef

View File

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