Submitted By: Ken Moffat Date: 2009-09-19 Initial Package Version: 0.9 Upstream Status: Assume not applied Origin: Gentoo Description: Allows PolicyKit to build without PAM being installed. Configure this "--with-authfw=shadow" (thanks to Simon Geard for suggesting that option - gentoo do something different). # Remove unwanted pam header # # Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=239554 # Upstream: https://bugs.freedesktop.org/show_bug.cgi?id=16131 # diff --git a/src/polkit-dbus/polkit-resolve-exe-helper.c b/src/polkit-dbus/polkit-resolve-exe-helper.c index c56b2f5..5992b67 100644 --- a/src/polkit-dbus/polkit-resolve-exe-helper.c +++ b/src/polkit-dbus/polkit-resolve-exe-helper.c @@ -43,7 +43,6 @@ #ifdef HAVE_FREEBSD #include #endif -#include #include #include #include