remove the need for C99 math (closes: #1579)
[openwrt/svn-archive/archive.git] / ipv6 / totd / patches / 001-no_warning_as_errors.patch
1 diff -urN totd-1.5.1/Makefile.in totd-1.5.1.new/Makefile.in
2 --- totd-1.5.1/Makefile.in 2005-01-31 12:55:14.000000000 +0100
3 +++ totd-1.5.1.new/Makefile.in 2007-02-26 12:12:05.000000000 +0100
4 @@ -19,7 +19,7 @@
5
6 INSTALL = /usr/bin/install
7
8 -CFLAGS = @CFLAGS@ @DEFS@ -Werror -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
9 +CFLAGS = @CFLAGS@ @DEFS@ -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
10
11 # When debugging is enabled by --enable-malloc-debug flag to the configure
12 # script, the @DBMALLOC@ substitution will contain the empty string, thus