mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/systemd to 238.76-1.1
This commit is contained in:
parent
1945e09209
commit
bd883c292e
1 changed files with 4 additions and 1 deletions
|
@ -7,13 +7,14 @@
|
|||
# - disable gold/LTO
|
||||
# - removed makedepend on gnu-efi-libs, set -Dgnuefi=false
|
||||
# - patch to whitelist cacheflush syscall
|
||||
# - revert timesyncd change that is breaking synchronization on boot
|
||||
|
||||
pkgbase=systemd
|
||||
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
||||
# Can be from either systemd or systemd-stable
|
||||
_commit='f398c546c6fc43121131f41acec56b5a851bd35e'
|
||||
pkgver=238.76
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
arch=('x86_64')
|
||||
url="https://www.github.com/systemd/systemd"
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||
|
@ -73,6 +74,8 @@ _backports=(
|
|||
)
|
||||
|
||||
_reverts=(
|
||||
# timesync: on network event do not establish connection when NTP servers are not changed
|
||||
'18334f048bd679ee82fd1e614b1adc5dcc81adb5'
|
||||
)
|
||||
|
||||
_validate_tag() (
|
||||
|
|
Loading…
Reference in a new issue