* [Buildroot] [PATCH 1/1] botan: disable documentation
@ 2018-10-11 20:01 Fabrice Fontaine
2018-10-11 20:07 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-10-11 20:01 UTC (permalink / raw)
To: buildroot
Fix following error if sphinx is found but its version is too low:
Sphinx version error:
This project needs at least Sphinx v1.2 and therefore cannot be built with this version.
Ignoring ImportError and using old theme
ERROR: Error running sphinx-build -q -c ./src/configs/sphinx -b html ./doc/manual build/docs/manual
Fixes:
- http://autobuild.buildroot.net/results/c15715a05a41035954f32510483314060ea31260
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/botan/botan.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/botan/botan.mk b/package/botan/botan.mk
index 3de54aa3e1..7f0bbb66c9 100644
--- a/package/botan/botan.mk
+++ b/package/botan/botan.mk
@@ -17,7 +17,8 @@ BOTAN_CONF_OPTS = \
--os=linux \
--cc=gcc \
--cc-bin="$(TARGET_CXX)" \
- --prefix=/usr
+ --prefix=/usr \
+ --without-documentation
ifeq ($(BR2_SHARED_LIBS),y)
BOTAN_CONF_OPTS += \
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-11 20:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-11 20:01 [Buildroot] [PATCH 1/1] botan: disable documentation Fabrice Fontaine
2018-10-11 20:07 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox