]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libserial: prevent documentation from being build
authorRichard Genoud <richard.genoud@gmail.com>
Fri, 21 Jun 2013 10:53:30 +0000 (12:53 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 23 Jun 2013 19:43:34 +0000 (21:43 +0200)
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>
package/libserial/libserial.mk

index c5142c5e8fd2573612dc1cb7d7549d887f1900e2..d2c928bb3ead10936fd66403aec3c0b3ffc335b1 100644 (file)
@@ -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))