mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/speechd: fix build with help2man
Fix the following build failure with help2man raised since the addition
of the package in commit 9f4f8c5f89:
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 <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
e8c4b360fd
commit
d77d1c9824
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user