summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polkit/.footprint.i6863
-rw-r--r--polkit/.footprint.x86_643
-rwxr-xr-xpolkit/Pkgfile3
3 files changed, 8 insertions, 1 deletions
diff --git a/polkit/.footprint.i686 b/polkit/.footprint.i686
index bb7808bae..87ed09aee 100644
--- a/polkit/.footprint.i686
+++ b/polkit/.footprint.i686
@@ -67,6 +67,9 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
drwxr-xr-x root/root usr/lib/polkit-1/
-rwsr-xr-x root/root usr/lib/polkit-1/polkit-agent-helper-1
-rwxr-xr-x root/root usr/lib/polkit-1/polkitd
+drwxr-xr-x root/root usr/lib/systemd/
+drwxr-xr-x root/root usr/lib/systemd/system/
+-rw-r--r-- root/root usr/lib/systemd/system/polkit.service
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/system-services/
diff --git a/polkit/.footprint.x86_64 b/polkit/.footprint.x86_64
index bb7808bae..87ed09aee 100644
--- a/polkit/.footprint.x86_64
+++ b/polkit/.footprint.x86_64
@@ -67,6 +67,9 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
drwxr-xr-x root/root usr/lib/polkit-1/
-rwsr-xr-x root/root usr/lib/polkit-1/polkit-agent-helper-1
-rwxr-xr-x root/root usr/lib/polkit-1/polkitd
+drwxr-xr-x root/root usr/lib/systemd/
+drwxr-xr-x root/root usr/lib/systemd/system/
+-rw-r--r-- root/root usr/lib/systemd/system/polkit.service
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/system-services/
diff --git a/polkit/Pkgfile b/polkit/Pkgfile
index ab01777fe..5ff0c29cf 100755
--- a/polkit/Pkgfile
+++ b/polkit/Pkgfile
@@ -12,13 +12,14 @@ source=(http://www.freedesktop.org/software/polkit/releases/polkit-$version.tar.
build() {
cd $name-$version
+ unset MAKEFLAGS
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/polkit-1 \
--mandir=/usr/share/man \
--localstatedir=/var \
--enable-examples \
- --enable-libsystemd-login=no \
+ --enable-libsystemd-login=yes \
--with-polkitd-user=polkitd \
--with-os-type=NuTyX
make