mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/systemd to 254.4-2
This commit is contained in:
parent
e035bb3fe4
commit
b587d07a97
1 changed files with 4 additions and 3 deletions
|
@ -16,7 +16,7 @@ pkgname=('systemd'
|
||||||
_tag='2d7670ddc4473e18c92b15b4a4522e4f12a59d33' # git rev-parse v${_tag_name}
|
_tag='2d7670ddc4473e18c92b15b4a4522e4f12a59d33' # git rev-parse v${_tag_name}
|
||||||
_tag_name=254.4
|
_tag_name=254.4
|
||||||
pkgver="${_tag_name/-/}"
|
pkgver="${_tag_name/-/}"
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64')
|
arch=('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'
|
||||||
|
@ -133,6 +133,7 @@ build() {
|
||||||
-Dlibidn2=true
|
-Dlibidn2=true
|
||||||
-Dlz4=true
|
-Dlz4=true
|
||||||
-Dman=true
|
-Dman=true
|
||||||
|
-Dnscd=false
|
||||||
|
|
||||||
# We disable DNSSEC by default, it still causes trouble:
|
# We disable DNSSEC by default, it still causes trouble:
|
||||||
# https://github.com/systemd/systemd/issues/10579
|
# https://github.com/systemd/systemd/issues/10579
|
||||||
|
|
Loading…
Reference in a new issue