core/systemd to 228-4

This commit is contained in:
Kevin Mihelich 2016-02-05 16:06:22 +00:00
parent 5a32b172ad
commit 35ff079d36

View file

@ -8,7 +8,7 @@
pkgbase=systemd
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
pkgver=228
pkgrel=3
pkgrel=4
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@ -44,6 +44,11 @@ prepare() {
# https://github.com/systemd/systemd/issues/2023
git cherry-pick -n e5d44b34cca3
# virt: detect dmi before cpuid
# https://github.com/systemd/systemd/commit/050e65ada2e0
# https://github.com/systemd/systemd/issues/1993
git cherry-pick -n 050e65ada2e0
./autogen.sh
}