summaryrefslogtreecommitdiffstats
path: root/polkit/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-07-14 02:21:33 +0000
committerpiernov <piernov@piernov.org>2012-07-14 02:21:33 +0000
commitb7dbe2aa866a8f4487c0700348faaa90ba6901e8 (patch)
treec35690582c558917411be7258d6594c248cf140c /polkit/Pkgfile
parent5721b9b0d04bcc9dac0df3495040bac75ed4555f (diff)
downloadnutyx-extra-b7dbe2aa866a8f4487c0700348faaa90ba6901e8.tar.gz
nutyx-extra-b7dbe2aa866a8f4487c0700348faaa90ba6901e8.tar.bz2
nutyx-extra-b7dbe2aa866a8f4487c0700348faaa90ba6901e8.tar.xz
nutyx-extra-b7dbe2aa866a8f4487c0700348faaa90ba6901e8.zip
polkit correction systemd
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