summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Folkesson <marcus.folkesson@gmail.com>2017-12-02 08:58:49 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-02 14:43:34 +0100
commit024968fca2e4652c707558cde8a6d3015caaf738 (patch)
treedbe41d0ed35713f3d5d04cdb5b36a134f56ddd06
parent423b01ecc24d787ceb84e4d56d7a9558febb25b8 (diff)
downloadbuildroot-024968fca2e4652c707558cde8a6d3015caaf738.tar.gz
buildroot-024968fca2e4652c707558cde8a6d3015caaf738.zip
libostree: disable manpages/documentation generation
--enable-man is set to `auto` as default, which may break builds. Should fix: http://autobuild.buildroot.net/results/43c298afcea20d17bfd9638c8bbee2a912c643be/ Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/libostree/libostree.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk
index bac44ddbdb..19a00a25f7 100644
--- a/package/libostree/libostree.mk
+++ b/package/libostree/libostree.mk
@@ -12,7 +12,12 @@ LIBOSTREE_LICENSE = GPL-2.0+
LIBOSTREE_LICENSE_FILES = COPYING
LIBOSTREE_DEPENDENCIES = e2fsprogs host-pkgconf libfuse libglib2 libgpgme xz
-LIBOSTREE_CONF_OPTS += --with-gpgme-prefix=$(STAGING_DIR)/usr
+LIBOSTREE_CONF_OPTS += \
+ --with-gpgme-prefix=$(STAGING_DIR)/usr \
+ --disable-gtk-doc \
+ --disable-gtk-doc-html \
+ --disable-gtk-doc-pdf \
+ --disable-man
ifeq ($(BR2_PACKAGE_OPENSSL),y)
LIBOSTREE_CONF_OPTS += --with-openssl
OpenPOWER on IntegriCloud