Import Debian changes 1.9-2.2
[debian/gzip] / debian / patches / disable-Werror.patch
diff --git a/debian/patches/disable-Werror.patch b/debian/patches/disable-Werror.patch
new file mode 100644 (file)
index 0000000..276d55e
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index 1f05a7e..7b34c4b 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -93,7 +93,7 @@ AC_DEFUN([gl_GCC_VERSION_IFELSE],
+ )
+ if test "$gl_gcc_warnings" = yes; then
+-  gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
++  gl_WARN_ADD([], [WERROR_CFLAGS])
+   AC_SUBST([WERROR_CFLAGS])
+   nw=