From f07adf8c1b98791a1d736d6d67248f3255fc9ee4 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 10 Jun 2015 12:00:08 +0000 Subject: gcc2 patch diff --git a/Makefile b/Makefile index 994cec7..c562c08 100644 --- a/Makefile +++ b/Makefile @@ -270,7 +270,7 @@ endif CFLAGS_USER = CFLAGS ?= -O2 -CFLAGS += -Wall -Wextra -Wconversion $(RPM_OPT_FLAGS) $(CPPFLAGS) $(CFLAGS_USER) +CFLAGS += -Wall -Wconversion $(RPM_OPT_FLAGS) $(CPPFLAGS) $(CFLAGS_USER) EXTRA_CFLAGS = -DVER_REVISION=\"$(DOS2UNIX_VERSION)\" \ -DVER_DATE=\"$(DOS2UNIX_DATE)\" \ -- 2.2.2