diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:26:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:26:44 +0000 |
commit | 88ef7ae7a69ab749eeb1cf8e55356ee12272e211 (patch) | |
tree | 7277b72145af9cf0f1cccf707b3638ba6e2f28a7 | |
parent | Building with openssl. (diff) | |
download | wget-88ef7ae7a69ab749eeb1cf8e55356ee12272e211.tar.xz wget-88ef7ae7a69ab749eeb1cf8e55356ee12272e211.zip |
Updating configure.ac to fix FTBFS.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/progress-linux/0001-ax-code-coverage.patch | 18 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 19 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]) + diff --git a/debian/patches/series b/debian/patches/series index daa608f..3e88066 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ wget-doc-remove-usr-local-in-sample.wgetrc wget-doc-remove-usr-local-in-wget.texi wget-passive_ftp-default +progress-linux/0001-ax-code-coverage.patch |