[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

Daniel Wallace dwallace at nymeria.archlinux.org
Fri May 23 14:47:18 UTC 2014


    Date: Friday, May 23, 2014 @ 16:47:18
  Author: dwallace
Revision: 111764

upgpkg: python2-systemd 212-2

upgpkg: python2-systemd 212-2

Modified:
  python2-systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-23 14:09:49 UTC (rev 111763)
+++ PKGBUILD	2014-05-23 14:47:18 UTC (rev 111764)
@@ -3,7 +3,7 @@
 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 @@
 	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(){




More information about the arch-commits mailing list