--- trunk/grubby/Makefile 2013/10/21 13:19:07 2236 +++ trunk/grubby/Makefile 2013/10/21 14:04:39 2261 @@ -23,7 +23,7 @@ OBJECTS = grubby.o log.o CC = gcc -RPM_OPT_FLAGS := -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector +RPM_OPT_FLAGS ?= -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector CFLAGS += $(RPM_OPT_FLAGS) -std=gnu99 -Wall -Werror -Wno-error=unused-function -Wno-unused-function -ggdb LDFLAGS :=