mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/systemd to 254.2-1
This commit is contained in:
parent
22e75d70da
commit
a67be10274
1 changed files with 7 additions and 3 deletions
|
@ -13,8 +13,8 @@ pkgname=('systemd'
|
||||||
'systemd-resolvconf'
|
'systemd-resolvconf'
|
||||||
'systemd-sysvcompat'
|
'systemd-sysvcompat'
|
||||||
'systemd-ukify')
|
'systemd-ukify')
|
||||||
_tag='2c4171c3c4146fcb32253bfb6423b5a3ee42a553' # git rev-parse v${_tag_name}
|
_tag='bdc3d31fc044b5c44cc1cf62e833dda189c70dcf' # git rev-parse v${_tag_name}
|
||||||
_tag_name=254.1
|
_tag_name=254.2
|
||||||
pkgver="${_tag_name/-/}"
|
pkgver="${_tag_name/-/}"
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -159,6 +159,10 @@ build() {
|
||||||
-Dsbat-distro-url="https://archlinuxarm.org/packages/${CARCH}/${pkgname}"
|
-Dsbat-distro-url="https://archlinuxarm.org/packages/${CARCH}/${pkgname}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# this uses malloc_usable_size, which is incompatible with fortification level 3
|
||||||
|
export CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
|
||||||
|
export CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
|
||||||
|
|
||||||
arch-meson "$pkgbase-stable" build "${_meson_options[@]}"
|
arch-meson "$pkgbase-stable" build "${_meson_options[@]}"
|
||||||
|
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
|
@ -321,7 +325,7 @@ package_systemd-ukify() {
|
||||||
pkgdesc='Combine kernel and initrd into a signed Unified Kernel Image'
|
pkgdesc='Combine kernel and initrd into a signed Unified Kernel Image'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
provides=('ukify')
|
provides=('ukify')
|
||||||
depends=('binutils' 'python-pefile' 'systemd')
|
depends=('binutils' 'python-cryptography' 'python-pefile' 'systemd')
|
||||||
optdepends=('python-pillow: Show the size of splash image'
|
optdepends=('python-pillow: Show the size of splash image'
|
||||||
'sbsigntools: Sign the embedded kernel')
|
'sbsigntools: Sign the embedded kernel')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue