From b7ac3286f2177edfd3427c1e9dcee6fade8a547b Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Sun, 25 Sep 2016 14:16:08 +0200 Subject: [PATCH] libsemanage/tests: do not force using gcc 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 --- libsemanage/tests/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libsemanage/tests/Makefile b/libsemanage/tests/Makefile index fec96ffd..4b81fed7 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