procps-ng: re-enable w on musl.

It doesn't print utmp entries, but it builds fine.
This commit is contained in:
Leah Neukirchen 2023-12-08 22:28:24 +01:00
parent 909d303807
commit 846c423286
1 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'procps-ng'
pkgname=procps-ng
version=4.0.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
--libdir=/usr/lib --disable-kill --enable-watch8bit
@ -22,12 +22,6 @@ make_check=ci-skip
conf_files="/etc/sysctl.conf"
if [ "$XBPS_TARGET_LIBC" = musl ]; then
# See https://gitlab.com/procps-ng/procps/-/issues/193 and
# https://gitlab.com/procps-ng/procps/-/merge_requests/129.
configure_args+=" --disable-w"
fi
post_extract() {
vsed -i 's,ncursesw/ncurses.h,ncurses.h,g' src/watch.c
}