core/systemd to 226-3.1

This commit is contained in:
Kevin Mihelich 2015-10-10 14:58:52 +00:00
parent e9079643b3
commit d97d2b93c8

View file

@ -2,13 +2,13 @@
# Maintainer: Tom Gundersen <teg@jklm.no>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - disable optimization, currently breaks many things
# - disable gold/LTO
# - removed makedepend on gnu-efi-libs, --enable-gnuefi configure option
pkgbase=systemd
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
pkgver=226
pkgrel=3
pkgrel=3.1
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
@ -42,8 +42,9 @@ build() {
local timeservers=({0..3}.arch.pool.ntp.org)
CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O0/'` && CXXFLAGS="$CFLAGS"
unset CPPFLAGS
LDFLAGS+=" -Wl,-fuse-ld=bfd"
CFLAGS+=" -fno-lto"
CXXFLAGS+=" -fno-lto"
./configure \
--libexecdir=/usr/lib \