bash: fixing missing PARAMS() macro in strtod.c
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
parent
51c5a8b4bc
commit
fd9012836a
2 changed files with 12 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=bash
|
||||
PKG_VERSION:=5.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/bash
|
||||
|
|
11
utils/bash/patches/902-missing-params.patch
Normal file
11
utils/bash/patches/902-missing-params.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/lib/sh/strtod.c
|
||||
+++ b/lib/sh/strtod.c
|
||||
@@ -41,6 +41,8 @@ extern int errno;
|
||||
|
||||
#include <bashansi.h>
|
||||
|
||||
+#include <stdc.h>
|
||||
+
|
||||
#ifndef NULL
|
||||
# define NULL 0
|
||||
#endif
|
Loading…
Reference in a new issue