mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/systemd to 234.11-3
This commit is contained in:
parent
e7da7bf200
commit
798044f3f7
1 changed files with 6 additions and 2 deletions
|
@ -14,7 +14,7 @@ _commit='d52e2bb9c20216972754c054e8534bca28baab66'
|
||||||
# Bump this to latest major release for signed tag verification,
|
# Bump this to latest major release for signed tag verification,
|
||||||
# the commit count is handled by pkgver() function.
|
# the commit count is handled by pkgver() function.
|
||||||
pkgver=234.11
|
pkgver=234.11
|
||||||
pkgrel=1
|
pkgrel=3
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://www.github.com/systemd/systemd"
|
url="https://www.github.com/systemd/systemd"
|
||||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||||
|
@ -54,6 +54,8 @@ validpgpkeys=(
|
||||||
)
|
)
|
||||||
|
|
||||||
_backports=(
|
_backports=(
|
||||||
|
# cryptsetup: fix infinite timeout (#6486)
|
||||||
|
'0864d311766498563331f486909a0d950ba7de87'
|
||||||
)
|
)
|
||||||
|
|
||||||
_reverts=(
|
_reverts=(
|
||||||
|
@ -127,11 +129,13 @@ build() {
|
||||||
CXXFLAGS+=" -fno-lto"
|
CXXFLAGS+=" -fno-lto"
|
||||||
|
|
||||||
local meson_options=(
|
local meson_options=(
|
||||||
|
--buildtype=release
|
||||||
|
-Db_lto=true
|
||||||
|
|
||||||
-Daudit=false
|
-Daudit=false
|
||||||
-Dgnuefi=false
|
-Dgnuefi=false
|
||||||
-Dima=false
|
-Dima=false
|
||||||
-Dlz4=true
|
-Dlz4=true
|
||||||
-Db_lto=true
|
|
||||||
|
|
||||||
-Ddbuspolicydir=/usr/share/dbus-1/system.d
|
-Ddbuspolicydir=/usr/share/dbus-1/system.d
|
||||||
-Ddefault-dnssec=no
|
-Ddefault-dnssec=no
|
||||||
|
|
Loading…
Reference in a new issue