summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/log4cxx/log4cxx.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/log4cxx/log4cxx.mk b/package/log4cxx/log4cxx.mk
index 00d851e1da..7d7e2e9bb2 100644
--- a/package/log4cxx/log4cxx.mk
+++ b/package/log4cxx/log4cxx.mk
@@ -13,7 +13,10 @@ LOG4CXX_LICENSE_FILES = LICENSE
LOG4CXX_CONF_OPTS = \
--with-apr=$(STAGING_DIR)/usr/bin/apr-1-config \
- --with-apr-util=$(STAGING_DIR)/usr/bin/apu-1-config
+ --with-apr-util=$(STAGING_DIR)/usr/bin/apu-1-config \
+ --disable-dot \
+ --disable-doxygen \
+ --disable-html-docs
LOG4CXX_DEPENDENCIES = apr apr-util
OpenPOWER on IntegriCloud