summaryrefslogtreecommitdiffstats
path: root/package/libserial
diff options
context:
space:
mode:
authorRichard Genoud <richard.genoud@gmail.com>2013-06-21 12:53:30 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-23 21:43:34 +0200
commit2e0aff3b5cf2f83a3ddd31dfd572b29a8288f6be (patch)
tree0bee875a053c77c24f51a544eacd0b018a9097b3 /package/libserial
parente7c042588793844e251ef0936306b90268b4b155 (diff)
downloadbuildroot-novena-2e0aff3b5cf2f83a3ddd31dfd572b29a8288f6be.tar.gz
buildroot-novena-2e0aff3b5cf2f83a3ddd31dfd572b29a8288f6be.zip
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 <richard.genoud@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libserial')
-rw-r--r--package/libserial/libserial.mk2
1 files changed, 2 insertions, 0 deletions
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))