diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:39:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:39:20 +0000 |
commit | f63f004fe6c0180730f4b093baa093de09b84d8e (patch) | |
tree | 3a581b7773965775f6097d67d67281654b95c3bf /debian/patches/progress-linux/0001-ax-code-coverage.patch | |
parent | Adding libgpgme-dev to build-depends to fix FTBFS. (diff) | |
download | wget-f63f004fe6c0180730f4b093baa093de09b84d8e.tar.xz wget-f63f004fe6c0180730f4b093baa093de09b84d8e.zip |
Updating configure.ac to fix FTBFS.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux/0001-ax-code-coverage.patch')
-rw-r--r-- | debian/patches/progress-linux/0001-ax-code-coverage.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-ax-code-coverage.patch b/debian/patches/progress-linux/0001-ax-code-coverage.patch new file mode 100644 index 0000000..bd2a1b2 --- /dev/null +++ b/debian/patches/progress-linux/0001-ax-code-coverage.patch @@ -0,0 +1,18 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Removing AX_CODE_COVERAGE from configure.ac to fix FTBFS. + +diff -Naurp wget.orig/configure.ac wget/configure.ac +--- wget.orig/configure.ac ++++ wget/configure.ac +@@ -30,11 +30,6 @@ dnl + dnl Process this file with autoconf to produce a configure script. + dnl + +-dnl Error if AX_CODE_COVERAGE if missing (like on the 1.21 release). +-m4_pattern_forbid([^_?AX_]) +-m4_pattern_allow([AX_CHECK_GNU_MAKE_HEADLINE]) +-m4_pattern_allow([_AX_CODE_COVERAGE_GCOV_PROG_WITH]) +- + AC_INIT([wget],[m4_esyscmd(build-aux/git-version-gen .tarball-version)],[bug-wget@gnu.org]) + AC_PREREQ([2.64]) + |