summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-01-27 05:07:19 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-27 17:21:45 +0100
commite69cf9411d4f15abdee9ede99a21650c86de4830 (patch)
tree06042aaf38fa8c64794402d7b7d3c96c228ca5b4
parent41a221332682db9902ca1572d548e56cda87f260 (diff)
downloadbuildroot-novena-e69cf9411d4f15abdee9ede99a21650c86de4830.tar.gz
buildroot-novena-e69cf9411d4f15abdee9ede99a21650c86de4830.zip
polkit: don't build documentation and examples
Building the manpages of polkit fails with issues in xsltproc. Since we are generally not that much interested in documentation, we disable them. This solves the build issues like http://autobuild.buildroot.org/results/751b71a594fa04924c7c3bb8f2c460ce1e44aa90/build-end.log. While we're at it, we also disable the build of the polkit example programs. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--package/polkit/polkit.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk
index 3eb0422be..54782dd6b 100644
--- a/package/polkit/polkit.mk
+++ b/package/polkit/polkit.mk
@@ -16,6 +16,8 @@ POLKIT_DEPENDENCIES = libglib2 host-intltool expat
# We could also support --with-authfw=pam
POLKIT_CONF_OPT = \
--with-authfw=shadow \
- --with-os-type=unknown
+ --with-os-type=unknown \
+ --disable-man-pages \
+ --disable-examples
$(eval $(autotools-package))