Add patch to get WEXITSTATUS and WIFEXITED defined. This patch will not be needed in the next ncdu release because it is already fixed upstream.
Signed-off-by: Charles Lehner <[email protected]> --- utils/ncdu/Makefile | 4 ++-- utils/ncdu/patches/010-add_sys_wait.patch | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 utils/ncdu/patches/010-add_sys_wait.patch diff --git a/utils/ncdu/Makefile b/utils/ncdu/Makefile index edd8527..bae46bd 100644 --- a/utils/ncdu/Makefile +++ b/utils/ncdu/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ncdu -PKG_VERSION:=1.10 +PKG_VERSION:=1.11 PKG_RELEASE=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://dev.yorhel.nl/download -PKG_MD5SUM:=7535decc8d54eca811493e82d4bfab2d +PKG_MD5SUM:=9e44240a5356b029f05f0e70a63c4d12 PKG_INSTALL:=1 diff --git a/utils/ncdu/patches/010-add_sys_wait.patch b/utils/ncdu/patches/010-add_sys_wait.patch new file mode 100644 index 0000000..b6ffe44 --- /dev/null +++ b/utils/ncdu/patches/010-add_sys_wait.patch @@ -0,0 +1,10 @@ +--- ncdu-1.11/src/shell.c ++++ ncdu-1.11/src/shell.c +@@ -33,6 +33,7 @@ + #include <stdlib.h> + #include <unistd.h> ++#include <sys/wait.h> + + void shell_draw() { + char *full_path; + int res; -- 2.1.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
