core/systemd: better bandaid for now

This commit is contained in:
Kevin Mihelich 2014-07-18 01:02:26 +00:00
parent 6dba1def71
commit 19e30aea33

View file

@ -2,7 +2,7 @@
# Maintainer: Tom Gundersen <teg@jklm.no>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - !distcc
# - disable optimization, currently breaks timesyncd over distcc
pkgbase=systemd
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
@ -14,7 +14,7 @@ makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt' 'libmicrohttpd' 'libxslt'
'util-linux' 'linux-api-headers' 'pam' 'python' 'python-lxml' 'quota-tools'
'shadow' 'xz')
options=('strip' 'debug' '!distcc')
options=('strip' 'debug')
source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
'initcpio-hook-udev'
'initcpio-install-systemd'
@ -35,6 +35,9 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O0/'` && CXXFLAGS="$CFLAGS"
unset CPPFLAGS
./configure \
--libexecdir=/usr/lib \
--localstatedir=/var \