diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-11-22 14:26:39 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-22 14:26:39 +0100 |
commit | 96056dfb1ad428acb4ecfb7c1e5803a13c7feb2e (patch) | |
tree | ae7b832b67aa3b626fbc64b15389d2a7cb9906e8 | |
parent | d52118ddd6f272201a4af43e71b2ee02f1d35707 (diff) | |
download | buildroot-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.mk | 2 |
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)) |