Mike Frysinger pointed out we can go
CFLAGS=-I/usr/some/funky/path/to/selinux \ LDFLAGS=-L/usr/some/funky/path/to/selinux make So Jan Kiszka reverted part of the selinux patch.
This commit is contained in:
parent
92fff34de6
commit
dbd91af061
@ -210,11 +210,7 @@ endif
|
||||
|
||||
|
||||
ifeq ($(strip $(CONFIG_SELINUX)),y)
|
||||
SELINUX_INC ?= /usr/include
|
||||
SELINUX_LIB ?= /usr/lib
|
||||
CFLAGS := -I$(SELINUX_INC) $(CFLAGS)
|
||||
LDFLAGS := -L$(SELINUX_LIB) $(LDFLAGS)
|
||||
LIBRARIES += -lselinux
|
||||
LIBRARIES += -lselinux
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(PREFIX)),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user