diff options
-rwxr-xr-x | extra/procps-ng/build | 10 | ||||
-rw-r--r-- | extra/procps-ng/checksums | 2 | ||||
-rw-r--r-- | extra/procps-ng/depends | 2 | ||||
-rw-r--r-- | extra/procps-ng/sources | 2 | ||||
-rw-r--r-- | extra/procps-ng/version | 2 |
5 files changed, 11 insertions, 7 deletions
diff --git a/extra/procps-ng/build b/extra/procps-ng/build index 7537bea9..90428dc7 100755 --- a/extra/procps-ng/build +++ b/extra/procps-ng/build @@ -1,10 +1,14 @@ #!/bin/sh -e -export CFLAGS="$CFLAGS -static" - ./configure \ --prefix=/usr \ --sbindir=/usr/bin -make +# Fix includes for w.c +sed -i 's|HAVE_UTMPX_H|DONT_HAVE_IT_THANK_YOU_VERY_MUCH|g' w.c + +# Fix includes for proc/escape.c +sed -i '/\#endif/a #include <langinfo.h>' proc/escape.c + +make CCLD="${CC:-cc} -all-static" make DESTDIR="$1" install diff --git a/extra/procps-ng/checksums b/extra/procps-ng/checksums index 99cb45bc..50d205f9 100644 --- a/extra/procps-ng/checksums +++ b/extra/procps-ng/checksums @@ -1 +1 @@ -925eacd65dedcf9c98eb94e8978bbfb63f5de37294cc1047d81462ed477a20af procps-ng-3.3.16.tar.xz +4518b3e7aafd34ec07d0063d250fd474999b20b200218c3ae56f5d2113f141b4 procps-ng-3.3.17.tar.xz diff --git a/extra/procps-ng/depends b/extra/procps-ng/depends index 6a470ffa..2392c85d 100644 --- a/extra/procps-ng/depends +++ b/extra/procps-ng/depends @@ -1 +1 @@ -ncurses +ncurses make diff --git a/extra/procps-ng/sources b/extra/procps-ng/sources index 314ac7e0..7af0ea7c 100644 --- a/extra/procps-ng/sources +++ b/extra/procps-ng/sources @@ -1 +1 @@ -https://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-3.3.16.tar.xz +https://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-3.3.17.tar.xz diff --git a/extra/procps-ng/version b/extra/procps-ng/version index 1c31cec9..18737f8b 100644 --- a/extra/procps-ng/version +++ b/extra/procps-ng/version @@ -1 +1 @@ -3.3.16 1 +3.3.17 1 |