summaryrefslogtreecommitdiffstats
path: root/package/pkg-autotools.mk
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2014-02-05 14:51:00 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-08 23:44:48 +0100
commite20df632c4cd717061ae8176a5c34181c671baee (patch)
treebaa0dda065f2f58cbb55fb3db22e6fdfe033b505 /package/pkg-autotools.mk
parent334dca61ad4ed431a10f388635b596bce2030e2f (diff)
downloadbuildroot-e20df632c4cd717061ae8176a5c34181c671baee.tar.gz
buildroot-e20df632c4cd717061ae8176a5c34181c671baee.zip
infra: remove separate definition of DISABLE_DOCUMENTATION
Since we now always disable documentation on target, there is no need to have a separate variable DISABLE_DOCUMENTATION anymore. Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/pkg-autotools.mk')
-rw-r--r--package/pkg-autotools.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk
index cfbdc27161..6f523353bb 100644
--- a/package/pkg-autotools.mk
+++ b/package/pkg-autotools.mk
@@ -109,7 +109,12 @@ define $(2)_CONFIGURE_CMDS
--exec-prefix=/usr \
--sysconfdir=/etc \
--program-prefix="" \
- $$(DISABLE_DOCUMENTATION) \
+ --disable-gtk-doc \
+ --disable-doc \
+ --disable-docs \
+ --disable-documentation \
+ --with-xmlto=no \
+ --with-fop=no
$$(DISABLE_NLS) \
$$(DISABLE_LARGEFILE) \
$$(DISABLE_IPV6) \
OpenPOWER on IntegriCloud