dismod and dispol do not use libselinux.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
parent
269b45c8bb
commit
2001fa0e9d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ INCLUDEDIR ?= $(PREFIX)/include
|
|||
CFLAGS ?= -g -Wall -W -Werror -O2 -pipe
|
||||
override CFLAGS += -I$(INCLUDEDIR)
|
||||
|
||||
LDLIBS=-lfl -lselinux $(LIBDIR)/libsepol.a -L$(LIBDIR)
|
||||
LDLIBS=-lfl $(LIBDIR)/libsepol.a -L$(LIBDIR)
|
||||
|
||||
all: dispol dismod
|
||||
|
||||
|
|
Loading…
Reference in a new issue