projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d52118d
)
libllcp: ensure graphviz isn't used to generate documentation
author
Peter Korsgaard
<peter@korsgaard.com>
Sat, 22 Nov 2014 13:26:39 +0000
(14:26 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sat, 22 Nov 2014 13:26:39 +0000
(14:26 +0100)
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>
package/libllcp/libllcp.mk
patch
|
blob
|
history
diff --git
a/package/libllcp/libllcp.mk
b/package/libllcp/libllcp.mk
index 29b5dd0db3a84a5f3c23142dc8a17a80ae6dd499..271daa93452f62f181786208b19122685fd8ede2 100644
(file)
--- 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))