]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
ibrdtnd: don't build (latex) documentation
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 13 Nov 2015 07:45:24 +0000 (08:45 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 13 Nov 2015 07:45:24 +0000 (08:45 +0100)
Fixes:
http://autobuild.buildroot.net/results/05d/05d2d80050061e3fe1bd95a9644f4178ef73ef62

The build system builds api documentation if it finds pdflatex, which we
don't need to spend time on and which may fail if not all the pdflatex
dependencies are available, so disable it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ibrdtnd/ibrdtnd.mk

index 3451bfad21a4108b7e68fde568cce1401dfb9f78..01ebb7ab36f4f84d0bb0d6078bd510a7bf6fd4fa 100644 (file)
@@ -18,6 +18,9 @@ IBRDTND_CONF_OPTS = \
        --without-wifip2p \
        --without-vmime
 
+# don't build documentation
+IBRDTND_CONF_ENV = PDFLATEX='no'
+
 ifeq ($(BR2_PACKAGE_LIBDAEMON),y)
 IBRDTND_CONF_OPTS += --enable-libdaemon
 IBRDTND_DEPENDENCIES += libdaemon