summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-11-22 14:26:39 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-22 14:26:39 +0100
commit96056dfb1ad428acb4ecfb7c1e5803a13c7feb2e (patch)
treeae7b832b67aa3b626fbc64b15389d2a7cb9906e8
parentd52118ddd6f272201a4af43e71b2ee02f1d35707 (diff)
downloadbuildroot-96056dfb1ad428acb4ecfb7c1e5803a13c7feb2e.tar.gz
buildroot-96056dfb1ad428acb4ecfb7c1e5803a13c7feb2e.zip
libllcp: ensure graphviz isn't used to generate documentation
We don't need the documentation, so it is a waste of time - And more importantly, the .dot file isn't compatible with all graphviz versions breaking the build. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/libllcp/libllcp.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libllcp/libllcp.mk b/package/libllcp/libllcp.mk
index 29b5dd0db3..271daa9345 100644
--- a/package/libllcp/libllcp.mk
+++ b/package/libllcp/libllcp.mk
@@ -13,5 +13,7 @@ LIBLLCP_AUTORECONF = YES
LIBLLCP_INSTALL_STAGING = YES
LIBLLCP_LICENSE = GPLv3+
LIBLLCP_LICENSE_FILES = COPYING
+# ensure graphviz isn't used
+LIBLLCP_CONF_ENV = ac_cv_path_DOT=
$(eval $(autotools-package))
OpenPOWER on IntegriCloud