summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-11-13 08:45:24 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-11-13 08:45:24 +0100
commitc26a5781409023d8a8fe6e2024d2f9eab7e3896f (patch)
tree1020674015a79eddea96ebf26b8165279ddefcef
parent2156714b99757e82e9e29e62221608c6d8fd846c (diff)
downloadbuildroot-c26a5781409023d8a8fe6e2024d2f9eab7e3896f.tar.gz
buildroot-c26a5781409023d8a8fe6e2024d2f9eab7e3896f.zip
ibrdtnd: don't build (latex) documentation
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>
-rw-r--r--package/ibrdtnd/ibrdtnd.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/ibrdtnd/ibrdtnd.mk b/package/ibrdtnd/ibrdtnd.mk
index 3451bfad21..01ebb7ab36 100644
--- a/package/ibrdtnd/ibrdtnd.mk
+++ b/package/ibrdtnd/ibrdtnd.mk
@@ -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
OpenPOWER on IntegriCloud