From 2001fa0e9d00655aa7e335a24144157b606f3552 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Thu, 20 Feb 2014 14:19:50 -0500 Subject: [PATCH] dismod and dispol do not use libselinux. Signed-off-by: Stephen Smalley --- checkpolicy/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkpolicy/test/Makefile b/checkpolicy/test/Makefile index 63b4d24f..c2367e19 100644 --- a/checkpolicy/test/Makefile +++ b/checkpolicy/test/Makefile @@ -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