Allow using other compilers such as clang. Without this, the build fails when $(CFLAGS) contains clang-specific flags: gcc: error: unrecognized command line option '-Weverything' Signed-off-by: Nicolas Iooss <nicolas.iooss@xxxxxxx> --- libsemanage/tests/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libsemanage/tests/Makefile b/libsemanage/tests/Makefile index fec96ffd282b..4b81fed70660 100644 --- a/libsemanage/tests/Makefile +++ b/libsemanage/tests/Makefile @@ -10,7 +10,6 @@ LIBS = ../src/libsemanage.a ../../libselinux/src/libselinux.a ../../libsepol/src ########################################################################### EXECUTABLE = libsemanage-tests -CC = gcc CFLAGS += -g -O0 -Wall -W -Wundef -Wmissing-noreturn -Wmissing-format-attribute -Wno-unused-parameter INCLUDE = -I$(TESTSRC) -I$(TESTSRC)/../include LDFLAGS += -lcunit -lustr -lbz2 -laudit -- 2.10.0 _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.