From 2e0aff3b5cf2f83a3ddd31dfd572b29a8288f6be Mon Sep 17 00:00:00 2001 From: Richard Genoud Date: Fri, 21 Jun 2013 12:53:30 +0200 Subject: libserial: prevent documentation from being build If docbook2pdf is present on the host, the documentation is built, no matter all the --disable-doc* But forcing ac_cv_prog_DOCBOOK2PDF to no tells configure that docbook2pdf is absent, and thus the documentation is not built. Signed-off-by: Richard Genoud Signed-off-by: Peter Korsgaard --- package/libserial/libserial.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/libserial/libserial.mk b/package/libserial/libserial.mk index c5142c5e8..d2c928bb3 100644 --- a/package/libserial/libserial.mk +++ b/package/libserial/libserial.mk @@ -10,4 +10,6 @@ LIBSERIAL_INSTALL_STAGING = YES LIBSERIAL_LICENSE = GPLv2+ LIBSERIAL_LICENSE_FILES = COPYING +LIBSERIAL_CONF_ENV = ac_cv_prog_DOCBOOK2PDF=no + $(eval $(autotools-package)) -- cgit v1.2.3