From 846c42328604a82ca812e03530e0b5529f946aa8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 8 Dec 2023 22:28:24 +0100 Subject: [PATCH] procps-ng: re-enable w on musl. It doesn't print utmp entries, but it builds fine. --- srcpkgs/procps-ng/template | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/srcpkgs/procps-ng/template b/srcpkgs/procps-ng/template index 34aef7e3d86..ae01f117532 100644 --- a/srcpkgs/procps-ng/template +++ b/srcpkgs/procps-ng/template @@ -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 }