From a8bbce498e9fab4fc11ab2b126c932929a27be0f Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Fri, 21 Oct 2022 22:23:47 +0200 Subject: tools/bc: update to 1.07.1 Changes: Fixed ibase extension causing problems for read() Fixed parallel make problem. Remove the "003-bc-fix-hang.patch" because the hang is fixed upstream. Signed-off-by: Nick Hainke --- tools/bc/patches/003-bc-fix-hang.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tools/bc/patches/003-bc-fix-hang.patch (limited to 'tools/bc/patches') diff --git a/tools/bc/patches/003-bc-fix-hang.patch b/tools/bc/patches/003-bc-fix-hang.patch deleted file mode 100644 index ba297051e2..0000000000 --- a/tools/bc/patches/003-bc-fix-hang.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/bc/execute.c -+++ b/bc/execute.c -@@ -595,7 +595,7 @@ input_char (void) - if (in_ch == '.' || in_ch == '+' || in_ch == '-') - return (in_ch); - if (in_ch <= ' ') -- return (' '); -+ return (':'); - - return (':'); - } -- cgit v1.2.3