summaryrefslogtreecommitdiff
path: root/community/python2-systemd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-systemd/PKGBUILD')
-rw-r--r--community/python2-systemd/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/python2-systemd/PKGBUILD b/community/python2-systemd/PKGBUILD
index 4acd5afe0..7fb11e5ef 100644
--- a/community/python2-systemd/PKGBUILD
+++ b/community/python2-systemd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 108647 2014-03-31 04:16:54Z dwallace $
+# $Id: PKGBUILD 111765 2014-05-23 14:47:58Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
pkgname=python2-systemd
_pkgname=systemd
pkgver=212
-pkgrel=1
+pkgrel=2
pkgdesc="Python2 bindings for systemd"
arch=('x86_64' 'i686')
url="http://www.freedesktop.org/wiki/Software/systemd/"
@@ -18,11 +18,9 @@ build() {
cd "$_pkgname-$pkgver"
./configure \
--libexecdir=/usr/lib \
- --disable-manpages \
- --with-sysvinit-path=/etc/rc.d/init.d \
- --with-rc-local-script-path-start=/etc/rc.d/rc.local \
+ --disable-manpages
PYTHON=python2
- make
+ make CFLAGS="${CFLAGS} -fno-lto"
}
package(){