Skip to content

Commit

Permalink
procps-ng: Update to 4.0.5
Browse files Browse the repository at this point in the history
--disable-pidwait due to:
"error: Neither pidfd_open or __NR_pidfd_open found. Disable pidwait with configure option --disable-pidwait"
  • Loading branch information
lazka committed Dec 24, 2024
1 parent 700e67b commit a80be60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions procps-ng/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=procps-ng
pkgver=4.0.4
pkgver=4.0.5
pkgrel=1
pkgdesc='Utilities for monitoring your system and its processes'
arch=('i686' 'x86_64')
Expand All @@ -19,7 +19,7 @@ source=("https://downloads.sourceforge.net/project/${pkgname}/Production/${pkgna
"procps-ng-4.0.4-manpage.patch"
"procps-ng-4.0.4-wchan.patch"
"procps-ng-4.0.4-LDADD.patch")
sha256sums=('22870d6feb2478adb617ce4f09a787addaf2d260c5a8aa7b17d889a962c5e42e'
sha256sums=('c2e6d193cc78f84cd6ddb72aaf6d5c6a9162f0470e5992092057f5ff518562fa'
'SKIP'
'bbe3eacad042da824c78d634022c405f8900bc98b56744220f537216daa82bc7'
'6b89d78b1d48d3f7d704d12da05c6bc6d95d009f0b6833fa7a527f9ec909cc18'
Expand Down Expand Up @@ -51,6 +51,7 @@ build() {
--without-libiconv-prefix \
--without-libintl-prefix \
--enable-watch8bit \
--disable-pidwait \
--disable-numa \
--disable-kill
# kill is provided by util-linux
Expand Down

0 comments on commit a80be60

Please sign in to comment.