packages/ipv6/totd/patches/001-no_warning_as_errors.patch
pavlov 14c1a8db5f patch file cleanup... ick.. kaloz you owe me some love
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-05 01:34:12 +00:00

13 lines
586 B
Diff

diff -urN totd-1.5.1/Makefile.in totd-1.5.1.new/Makefile.in
--- totd-1.5.1/Makefile.in 2005-01-31 12:55:14.000000000 +0100
+++ totd-1.5.1.new/Makefile.in 2007-02-26 12:12:05.000000000 +0100
@@ -19,7 +19,7 @@
INSTALL = /usr/bin/install
-CFLAGS = @CFLAGS@ @DEFS@ -Werror -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
+CFLAGS = @CFLAGS@ @DEFS@ -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
# When debugging is enabled by --enable-malloc-debug flag to the configure
# script, the @DBMALLOC@ substitution will contain the empty string, thus