mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
procps-ng: re-enable w on musl.
It doesn't print utmp entries, but it builds fine.
This commit is contained in:
parent
909d303807
commit
846c423286
1 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'procps-ng'
|
# Template file for 'procps-ng'
|
||||||
pkgname=procps-ng
|
pkgname=procps-ng
|
||||||
version=4.0.4
|
version=4.0.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
|
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
|
||||||
--libdir=/usr/lib --disable-kill --enable-watch8bit
|
--libdir=/usr/lib --disable-kill --enable-watch8bit
|
||||||
|
@ -22,12 +22,6 @@ make_check=ci-skip
|
||||||
|
|
||||||
conf_files="/etc/sysctl.conf"
|
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() {
|
post_extract() {
|
||||||
vsed -i 's,ncursesw/ncurses.h,ncurses.h,g' src/watch.c
|
vsed -i 's,ncursesw/ncurses.h,ncurses.h,g' src/watch.c
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue