summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 30f4f5e)
raw | patch | inline | side by side (parent: 30f4f5e)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 1 Nov 2006 07:50:27 +0000 (07:50 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 1 Nov 2006 08:09:11 +0000 (08:09 +0000) |
This is no longer required in 0.22.3 and I do not use the included neon any
longer anyway.
longer anyway.
macros/neon.m4.diff | [deleted file] | patch | blob | history |
diff --git a/macros/neon.m4.diff b/macros/neon.m4.diff
--- a/macros/neon.m4.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- cadaver-0.22.2.orig/macros/neon.m4
-+++ cadaver-0.22.2/macros/neon.m4
-@@ -829,7 +829,7 @@
- if test "$enable_warnings" = "yes"; then
- case $GCC:`uname` in
- yes:*)
-- CFLAGS="$CFLAGS -Wall -ansi-pedantic -Wmissing-declarations -Winline -Wshadow -Wreturn-type -Wsign-compare -Wundef -Wpointer-arith -Wcast-align -Wbad-function-cast -Wimplicit-prototypes -Wformat-security"
-+ CFLAGS="$CFLAGS -Wall -Wmissing-declarations -Winline -Wshadow -Wreturn-type -Wsign-compare -Wundef -Wpointer-arith -Wcast-align -Wbad-function-cast -Wformat-security"
- if test -z "$with_ssl" -o "$with_ssl" = "no"; then
- # OpenSSL headers fail strict prototypes checks
- CFLAGS="$CFLAGS -Wstrict-prototypes"