From 62f547b51ccf8d44af2ec2043e3fe69450632964 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com> Date: Wed, 1 Sep 2021 23:44:32 -0400 Subject: [PATCH] debian: rules: Work around a regression in Autoconf 2.70. * packaging/rules/debian/rules (override_dh_auto_build): Invoke the contrib build system with GTKDOCIZE set to false to workaround https://savannah.gnu.org/support/?110503 present in Debian unstable. Change-Id: I03e6d070d33fb126e3777517b6b4f1b4f042e315 --- packaging/rules/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/rules/debian/rules b/packaging/rules/debian/rules index 276f2f87..7ae06366 100755 --- a/packaging/rules/debian/rules +++ b/packaging/rules/debian/rules @@ -75,7 +75,7 @@ override_dh_auto_configure: --disable-natpmp \ --enable-gnutls $(BUNDLED_PKGS) && \ make list && \ - make -j$(NO_CPUS) V=1 + GTKDOCIZE=true make -j$(NO_CPUS) V=1 cd daemon && \ ./autogen.sh && \ ./configure \ -- GitLab