698723
From 7fb2d86b58201341a582b739a5445821bec66eea Mon Sep 17 00:00:00 2001
446ea3
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
446ea3
Date: Wed, 6 Nov 2019 12:44:39 +0100
446ea3
Subject: [PATCH] meson: remove strange dep that causes meson to enter infinite
446ea3
 loop
446ea3
446ea3
The value is obviously bogus, but didn't seem to cause problems so far.
446ea3
With meson-0.52.0, it causes a hang. The number of aliases is always rather
446ea3
small (usually just one or two, possibly up to a dozen in a few cases), so
446ea3
even if this causes some looping, it is strange that it has such a huge impact.
446ea3
But let's just remove it.
446ea3
446ea3
Fixes #13742.
446ea3
446ea3
Tested with meson-0.52.0-1.module_f31+6771+f5d842eb.noarch,
446ea3
meson-0.51.1-1.fc29.noarch.
446ea3
698723
(cherry picked from commit af336643a01d0b210b18312c253a50594ba54b0a)
446ea3
698723
Resolves: #1970860
446ea3
---
446ea3
 man/meson.build | 1 -
446ea3
 1 file changed, 1 deletion(-)
446ea3
446ea3
diff --git a/man/meson.build b/man/meson.build
446ea3
index ec05d73bc6..a953d34098 100644
446ea3
--- a/man/meson.build
446ea3
+++ b/man/meson.build
446ea3
@@ -68,7 +68,6 @@ foreach tuple : xsltproc.found() ? manpages : []
446ea3
                 foreach htmlalias : htmlaliases
446ea3
                         link = custom_target(
446ea3
                                 htmlalias,
446ea3
-                                input : p2,
446ea3
                                 output : htmlalias,
446ea3
                                 command : ['ln', '-fs', html, '@OUTPUT@'])
446ea3
                         if want_html