Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgbase=util-linux
pkgname=(util-linux util-linux-libs)
pkgver=2.41.3
pkgver=2.42
pkgrel=1
pkgdesc='Miscellaneous system utilities for Linux'
arch=(x86_64 aarch64 riscv64 loongarch64)
Expand Down Expand Up @@ -34,7 +34,7 @@ source=(
0001-login-disable-motd-display.patch
0002-meson-create-executable-link-with-sf.patch
)
sha256sums=('25dc2fd70c6b6bec1c0c97cb11636edd2d5b2645df2324eef4820db3677bd412'
sha256sums=('ae5db06b513ac5d42b91e131f26aa8b59da6b623eeb948567cc7a7cb2c13ccb2'
'6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a'
'ee917d55042f78b8bb03f5467e5233e3e2ddc2fe01e302bc53b218003fe22275'
'57e057758944f4557762c6def939410c04ca5803cbdd2bfa2153ce47ffe7a4af'
Expand Down Expand Up @@ -74,6 +74,8 @@ build() {
-Dbuild-newgrp=enabled
-Dbuild-vipw=enabled
-Dbuild-write=enabled

-Dbuild-getino=disabled
)
# We need -Wl,--as-needed to avoid overlinking, i.e., executables that don't
# make use of UTMP functions get linked to libutmps.so. -Wl,--as-needed is
Expand Down