Date: Thursday, May 29, 2014 @ 00:22:48 Author: lcarlier Revision: 112042
upgpkg: lib32-systemd 213-1 upstream update 213 Modified: lib32-systemd/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-05-28 21:05:24 UTC (rev 112041) +++ PKGBUILD 2014-05-28 22:22:48 UTC (rev 112042) @@ -4,7 +4,7 @@ pkgname=lib32-systemd _pkgbasename=systemd -pkgver=212 +pkgver=213 pkgrel=1 pkgdesc="system and service manager (32-bit)" arch=('x86_64') @@ -15,7 +15,7 @@ 'intltool' 'gperf') options=('!libtool') source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz") -md5sums=('257a75fff826ff91cb1ce567091cf270') +md5sums=('06496edcf86ddf6d8c12d72ba78e735d') build() { export CC="gcc -m32" @@ -24,6 +24,9 @@ cd "${srcdir}/systemd-${pkgver}" + # LTO currently breaks the build because of libtool failures + CFLAGS+=' -fno-lto' + ./configure \ --libexecdir=/usr/lib32 \ --libdir=/usr/lib32 \ @@ -37,6 +40,7 @@ --disable-seccomp \ --disable-pam \ --disable-kmod \ + --disable-networkd \ --disable-blkid \ --without-python \ --disable-libcryptsetup \