mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-08 05:57:26 +03:00
[PATCH] remove selinux stuff from the main Makefile
This commit is contained in:
parent
0384e43ad9
commit
7e2fb86463
8
Makefile
8
Makefile
@ -221,14 +221,6 @@ ifeq ($(strip $(USE_KLIBC)),true)
|
||||
OBJS += klibc_fixups.o
|
||||
endif
|
||||
|
||||
# if USE_SELINUX is enabled, then we do not strip or optimize
|
||||
ifeq ($(strip $(USE_SELINUX)),true)
|
||||
CFLAGS += -DUSE_SELINUX
|
||||
OBJS += udev_selinux.o
|
||||
LIB_OBJS += -lselinux
|
||||
endif
|
||||
|
||||
|
||||
# header files automatically generated
|
||||
GEN_HEADERS = udev_version.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user