mirror of
https://github.com/pygos/build.git
synced 2024-11-25 04:20:41 +01:00
Bump procps-ng version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
a21ae85b50
commit
e8371806cd
2 changed files with 2 additions and 30 deletions
|
@ -9,31 +9,3 @@
|
||||||
|
|
||||||
/* programs issuing bindtextdomain() also need LOCALEDIR string */
|
/* programs issuing bindtextdomain() also need LOCALEDIR string */
|
||||||
#ifndef LOCALEDIR
|
#ifndef LOCALEDIR
|
||||||
--- a/procio.c.old
|
|
||||||
+++ b/procio.c
|
|
||||||
@@ -24,7 +24,6 @@
|
|
||||||
#endif
|
|
||||||
#include <errno.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
-#include <libio.h>
|
|
||||||
#include <limits.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
--- a/proc/numa.h.old
|
|
||||||
+++ b/proc/numa.h
|
|
||||||
@@ -22,6 +22,14 @@
|
|
||||||
|
|
||||||
#include <features.h>
|
|
||||||
|
|
||||||
+#ifdef __cplusplus
|
|
||||||
+# define __BEGIN_DECLS extern "C" {
|
|
||||||
+# define __END_DECLS }
|
|
||||||
+#else
|
|
||||||
+# define __BEGIN_DECLS
|
|
||||||
+# define __END_DECLS
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
__BEGIN_DECLS
|
|
||||||
|
|
||||||
void numa_init (void);
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
VERSION="3.3.13"
|
VERSION="3.3.14"
|
||||||
SRCDIR="procps-ng-${VERSION}"
|
SRCDIR="procps-ng-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://sourceforge.net/projects/procps-ng/files/Production"
|
URL="https://sourceforge.net/projects/procps-ng/files/Production"
|
||||||
SHA256SUM="52b05b2bd5b05f46f24766a10474337ebadd828df9915e2b178df291cf88f7d3"
|
SHA256SUM="5eda0253999b7d786e690edfa73301b3113c7a67058478866e98e9ff6736726c"
|
||||||
DEPENDS="ncurses"
|
DEPENDS="ncurses"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue