diff options
-rw-r--r-- | package/polkit/polkit.mk | 4 |
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)) |