polkit: don't build documentation and examples
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 27 Jan 2013 05:07:19 +0000 (05:07 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 27 Jan 2013 16:21:45 +0000 (17:21 +0100)
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>
package/polkit/polkit.mk

index 3eb0422be166df49641e122abf70ecd079fcdcd3..54782dd6bf182688155a652671583519b123a8ec 100644 (file)
@@ -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))