packages/ipv6/totd/patches/001-no_warning_as_errors.patch

13 lines
586 B
Diff
Raw Normal View History

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