Branch oldpackages for 14.07
[14.07/packages.git] / ipv6 / totd / patches / 001-no_warning_as_errors.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -19,7 +19,7 @@ TOT_CONFIG_FILE=@sysconfdir@/totd.conf
4  
5  INSTALL = /usr/bin/install
6  
7 -CFLAGS  = @CFLAGS@ @DEFS@  -Werror -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
8 +CFLAGS  = @CFLAGS@ @DEFS@ -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
9  
10  # When debugging is enabled by --enable-malloc-debug flag to the configure
11  # script, the @DBMALLOC@ substitution will contain the empty string, thus