From 2f4a827125dcf79e2b6a193de69b018379bae836 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 25 Nov 2021 15:08:33 +0100 Subject: [PATCH] Do not error on warnings in autoconf (Closes: #978875) --- ...Do-not-error-on-warnings-in-autoconf.patch | 22 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 23 insertions(+) create mode 100644 debian/patches/0009-Do-not-error-on-warnings-in-autoconf.patch diff --git a/debian/patches/0009-Do-not-error-on-warnings-in-autoconf.patch b/debian/patches/0009-Do-not-error-on-warnings-in-autoconf.patch new file mode 100644 index 00000000..d322afd7 --- /dev/null +++ b/debian/patches/0009-Do-not-error-on-warnings-in-autoconf.patch @@ -0,0 +1,22 @@ +From: Stephane Glondu +Date: Thu, 25 Nov 2021 15:01:11 +0100 +Subject: Do not error on warnings in autoconf + +Bug-Debian: https://bugs.debian.org/978875 +--- + tools/autogen | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tools/autogen b/tools/autogen +index 8c85c2c..efc17dd 100755 +--- a/tools/autogen ++++ b/tools/autogen +@@ -16,7 +16,7 @@ + # Remove the autom4te.cache directory to make sure we start in a clean state + rm -rf autom4te.cache + +-autoconf --force --warnings=all,error ++autoconf --force --warnings=all + + # Allow pre-processing of configure arguments for Git check-outs + # The sed call removes dra27's copyright on the whole configure script... diff --git a/debian/patches/series b/debian/patches/series index 2d2b9bc4..cbb4715d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ 0006-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch 0007-Trigger-output-complete-exe-on-custom-with-an-enviro.patch 0008-Statically-link-lib-bfd-iberty.patch +0009-Do-not-error-on-warnings-in-autoconf.patch -- 2.30.2