Skip to content

Commit

Permalink
procps-ng: re-enable w on musl.
Browse files Browse the repository at this point in the history
It doesn't print utmp entries, but it builds fine.
  • Loading branch information
leahneukirchen committed Dec 8, 2023
1 parent 909d303 commit 846c423
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions srcpkgs/procps-ng/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
}
Expand Down

0 comments on commit 846c423

Please sign in to comment.