mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/systemd to 233-7.1
This commit is contained in:
parent
f99963998d
commit
6b5aa49a46
1 changed files with 3 additions and 1 deletions
|
@ -4,11 +4,12 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - disable gold/LTO
|
# - disable gold/LTO
|
||||||
# - removed makedepend on gnu-efi-libs, --enable-gnuefi configure option
|
# - removed makedepend on gnu-efi-libs, --enable-gnuefi configure option
|
||||||
|
# - --disable-firstboot, will require UART/display on first boot to continue
|
||||||
|
|
||||||
pkgbase=systemd
|
pkgbase=systemd
|
||||||
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
||||||
pkgver=233
|
pkgver=233
|
||||||
pkgrel=7
|
pkgrel=7.1
|
||||||
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'
|
||||||
|
@ -125,6 +126,7 @@ build() {
|
||||||
--enable-lz4
|
--enable-lz4
|
||||||
--disable-audit
|
--disable-audit
|
||||||
--disable-ima
|
--disable-ima
|
||||||
|
--disable-firstboot
|
||||||
|
|
||||||
--with-sysvinit-path=
|
--with-sysvinit-path=
|
||||||
--with-sysvrcnd-path=
|
--with-sysvrcnd-path=
|
||||||
|
|
Loading…
Reference in a new issue