mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/systemd to 229-3
This commit is contained in:
parent
09edad2f8a
commit
e4073ecb4c
1 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=systemd
|
||||
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
||||
pkgver=229
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||
|
@ -38,11 +38,14 @@ prepare() {
|
|||
git cherry-pick -n 4edc2c9b6b5b921873eb82e58719ed4d9e0d69bf
|
||||
|
||||
# fix assertion failure in src/core/timer.c on bootup (FS#48197)
|
||||
git cherry-pick -n 6d2353394fc33e923d1ab464c8f88df2a5105ffb
|
||||
git cherry-pick -n 3f51aec8647fe13f4b1e46b2f75ff635403adf91
|
||||
|
||||
# fix udevd error checking from cg_unified() (FS#48188)
|
||||
git cherry-pick -n 6d2353394fc33e923d1ab464c8f88df2a5105ffb
|
||||
|
||||
# revert "core: resolve specifier in config_parse_exec()"
|
||||
git cherry-pick -n bd1b973fb326e9b7587494fd6108e5ded46e9163
|
||||
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue