Codebase list haskell-html-conduit / 788639a
ghc: Fix FTBFS with autoconf 2.71 (#995036) Ilias Tsitsimpis 2 years ago
3 changed file(s) with 23 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 ghc (8.8.4-3) UNRELEASED; urgency=medium
11
2 * Disable parallel install to fix races with missing directories (Closes: #944493)
2 * Disable parallel install to fix races with missing directories
3 (Closes: #944493)
4 * Fix FTBFS with autoconf 2.71. Thanks to Matthias Klose for the patch
5 (Closes: #995036)
36
47 -- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 03 Oct 2021 12:36:14 +0300
58
0 Description: Fix build with newer autoconf (2.71)
1 Author: Matthias Klose <doko@debian.org>
2 Bug-Debian: https://bugs.debian.org/995036
3 Applied-Upstream: https://gitlab.haskell.org/ghc/ghc/-/commit/ad2ef3a13f1eb000eab8e3d64592373b91a52806
4
5 Index: b/aclocal.m4
6 ===================================================================
7 --- a/aclocal.m4
8 +++ b/aclocal.m4
9 @@ -613,7 +613,7 @@ AC_DEFUN([FP_SET_CFLAGS_C99],
10 CPPFLAGS="$$3"
11 unset ac_cv_prog_cc_c99
12 dnl perform detection
13 - _AC_PROG_CC_C99
14 + AC_PROG_CC_C99
15 fp_cc_c99="$ac_cv_prog_cc_c99"
16 case "x$ac_cv_prog_cc_c99" in
17 x) ;; # noop
1313 11f8eef5a9625c77f78a829406c446b615ed6168.patch
1414 haddock-remove-googleapis-fonts
1515 fix-big-endian-ffi
16 newer-autoconf