summaryrefslogtreecommitdiffstats
path: root/polkit/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'polkit/Pkgfile')
-rwxr-xr-xpolkit/Pkgfile3
1 files changed, 2 insertions, 1 deletions
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