summaryrefslogtreecommitdiff
path: root/package/alsa-utils
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-01-01 12:07:53 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-01-04 17:11:23 +0100
commita954b84b584302998c70960bcb3197192f8d6d7c (patch)
tree50d5379c804649e25f01ca4fcaa90d48c91c623c /package/alsa-utils
parent5993f7acd1fb2f284d99b637c1bf3c6f64b32cdd (diff)
alsa-utils: disable manpages generation from reStructured text
The alsaucm man page rst source file is missing in the tarball. When rst2man is detected on the host, build fails: make[2]: *** No rule to make target 'alsaucm.1', needed by 'all-am'. Stop. Upstream added[1] the missing file to the tarball to fix this issue. But since we don't need the manpage to begin with, just disable rst2man to shorten build time by a few milliseconds. [1] http://git.alsa-project.org/?p=alsa-utils.git;a=commitdiff;h=c6bdde171e1532f7b37333a5a746b6e662f12c53 Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/alsa-utils')
-rw-r--r--package/alsa-utils/alsa-utils.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/alsa-utils/alsa-utils.mk b/package/alsa-utils/alsa-utils.mk
index 9113b8de6..a72191e9b 100644
--- a/package/alsa-utils/alsa-utils.mk
+++ b/package/alsa-utils/alsa-utils.mk
@@ -23,6 +23,7 @@ ALSA_UTILS_CONF_ENV = \
ALSA_UTILS_CONF_OPTS = \
--disable-xmlto \
+ --disable-rst2man \
--with-curses=$(if $(BR2_PACKAGE_NCURSES_WCHAR),ncursesw,ncurses)
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)