mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/systemd to 228-4
This commit is contained in:
parent
5a32b172ad
commit
35ff079d36
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue