From d77d1c98240bf9c7c9062a67d68b1e548af42e5d Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Mon, 20 Feb 2023 14:25:51 +0100 Subject: [PATCH] package/speechd: fix build with help2man Fix the following build failure with help2man raised since the addition of the package in commit 9f4f8c5f8993c6d7c2ef730ac211ef84ac9ae26d: LC_ALL=C help2man -n "speech synthesis daemon" --output=speech-dispatcher.1 ./speech-dispatcher help2man: can't get `--help' info from ./speech-dispatcher Try `--no-discard-stderr' if option outputs to stderr Fixes: - http://autobuild.buildroot.org/results/cc1817efb4a5d54ffd2e7ac2f4fc773535f70972 Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/speechd/speechd.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/speechd/speechd.mk b/package/speechd/speechd.mk index 46c0672f59..dee94a6752 100644 --- a/package/speechd/speechd.mk +++ b/package/speechd/speechd.mk @@ -12,6 +12,7 @@ SPEECHD_INSTALL_STAGING = YES # speechd source code is released without configure script SPEECHD_AUTORECONF = YES SPEECHD_DEPENDENCIES = host-pkgconf dotconf libglib2 libsndfile +SPEECHD_CONF_ENV = ac_cv_prog_HELP2MAN="" SPEECHD_CONF_OPTS = --without-kali # fix missing config.rpath (needed for autoreconf) in the codebase