diff mbox

log4cpp: disable documentation build and install

Message ID a8fa28266364ca94adf000601bbe310a11f52910.1465923840.git.baruch@tkos.co.il
State Accepted
Commit bf20a49d4c2f064015b4d437a7cd98c6dd8ce4ff
Headers show

Commit Message

Baruch Siach June 14, 2016, 5:04 p.m. UTC
We don't need the documentation on target.

Also fixes:
http://autobuild.buildroot.net/results/402/402587fe3ba9d537195ba470cf6f19f25ac246bf/
http://autobuild.buildroot.net/results/ea2/ea257496f51665b0a6b03f31e50744761c5d43da/
http://autobuild.buildroot.net/results/353/3533a32a7de7dae288558f43eb2b068081939e4d/

and many more.

Cc: Damien Lanson <damien@kal-host.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/log4cpp/log4cpp.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard June 14, 2016, 7:38 p.m. UTC | #1
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > We don't need the documentation on target.
 > Also fixes:
 > http://autobuild.buildroot.net/results/402/402587fe3ba9d537195ba470cf6f19f25ac246bf/
 > http://autobuild.buildroot.net/results/ea2/ea257496f51665b0a6b03f31e50744761c5d43da/
 > http://autobuild.buildroot.net/results/353/3533a32a7de7dae288558f43eb2b068081939e4d/

 > and many more.

 > Cc: Damien Lanson <damien@kal-host.com>
 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed, thanks.
diff mbox

Patch

diff --git a/package/log4cpp/log4cpp.mk b/package/log4cpp/log4cpp.mk
index 24f9a0ddd310..1630b90a2faf 100755
--- a/package/log4cpp/log4cpp.mk
+++ b/package/log4cpp/log4cpp.mk
@@ -13,6 +13,7 @@  LOG4CPP_SUBDIR = log4cpp
 LOG4CPP_LICENSE = LGPLv2.1+
 LOG4CPP_LICENSE_FILES = log4cpp/COPYING
 LOG4CPP_INSTALL_STAGING = YES
+LOG4CPP_CONF_OPTS = --enable-doxygen=no --enable-dot=no
 
 # The default <pkg>_CONFIG_SCRIPTS handling does not apply
 define LOG4CPP_STAGING_CONFIG_SCRIPT_FIXUP