core/systemd to 234.11-3

This commit is contained in:
Kevin Mihelich 2017-08-01 23:59:12 +00:00
parent e7da7bf200
commit 798044f3f7

View file

@ -14,7 +14,7 @@ _commit='d52e2bb9c20216972754c054e8534bca28baab66'
# Bump this to latest major release for signed tag verification,
# the commit count is handled by pkgver() function.
pkgver=234.11
pkgrel=1
pkgrel=3
arch=('i686' 'x86_64')
url="https://www.github.com/systemd/systemd"
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@ -54,6 +54,8 @@ validpgpkeys=(
)
_backports=(
# cryptsetup: fix infinite timeout (#6486)
'0864d311766498563331f486909a0d950ba7de87'
)
_reverts=(
@ -127,11 +129,13 @@ build() {
CXXFLAGS+=" -fno-lto"
local meson_options=(
--buildtype=release
-Db_lto=true
-Daudit=false
-Dgnuefi=false
-Dima=false
-Dlz4=true
-Db_lto=true
-Ddbuspolicydir=/usr/share/dbus-1/system.d
-Ddefault-dnssec=no