mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/systemd to 233.75-3.1
This commit is contained in:
parent
dada116730
commit
fc7e6757ce
1 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,6 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable gold/LTO
|
||||
# - removed makedepend on gnu-efi-libs, --enable-gnuefi configure option
|
||||
# - --disable-firstboot, will require UART/display on first boot to continue
|
||||
|
||||
pkgbase=systemd
|
||||
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
||||
|
@ -15,7 +14,7 @@ _commit='27c7bc970d9e7ffe060688a8dd77b7747503a564'
|
|||
# Bump this to latest major release for signed tag verification,
|
||||
# the commit count is handled by pkgver() function.
|
||||
pkgver=233.75
|
||||
pkgrel=3
|
||||
pkgrel=3.1
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.github.com/systemd/systemd"
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||
|
@ -155,7 +154,6 @@ build() {
|
|||
--enable-lz4
|
||||
--disable-audit
|
||||
--disable-ima
|
||||
--disable-firstboot
|
||||
|
||||
--with-sysvinit-path=
|
||||
--with-sysvrcnd-path=
|
||||
|
|
Loading…
Reference in a new issue