summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/botan/botan.mk3
1 files changed, 2 insertions, 1 deletions
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 += \
OpenPOWER on IntegriCloud