From: Sebastian Harl Date: Wed, 1 Nov 2006 07:42:03 +0000 (+0000) Subject: Removed configure.diff. X-Git-Tag: cadaver-0.22.3+debian-1~14 X-Git-Url: https://git.tokkee.org/?p=pkg-cadaver.git;a=commitdiff_plain;h=87295fb3559308500590ca530ef744b335f2a583 Removed configure.diff. No longer needed with cadaver 0.22.3. --- diff --git a/configure.diff b/configure.diff deleted file mode 100644 index 0ce5c31..0000000 --- a/configure.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- cadaver-0.22.2.orig/configure -+++ cadaver-0.22.2/configure -@@ -15652,7 +15652,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"