summaryrefslogtreecommitdiffhomepage
path: root/patches/bash-5.1.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2021-07-15 18:33:25 +0200
committerØrjan Malde <red@foxi.me>2021-07-15 18:33:25 +0200
commit034f840fcfe560ce948b68ff051b609876627c3c (patch)
tree651e0ceaeae4d63d084e1a42a5d16398f116df08 /patches/bash-5.1.local.patch
parent8f48f89fc5038e0aaf0e0552926e9f00c5338e2a (diff)
downloadmidipix_build-034f840fcfe560ce948b68ff051b609876627c3c.tar.bz2
midipix_build-034f840fcfe560ce948b68ff051b609876627c3c.tar.xz
groups/211.native_packages_cmdline.group: bash: bump to v5.1.8
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches/bash-5.1.local.patch')
-rw-r--r--patches/bash-5.1.local.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/patches/bash-5.1.local.patch b/patches/bash-5.1.local.patch
deleted file mode 100644
index b2d55bef..00000000
--- a/patches/bash-5.1.local.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -ru bash-5.1.orig/configure bash-5.1/configure
---- bash-5.1.orig/configure 2020-12-04 15:05:14.000000000 +0100
-+++ bash-5.1/configure 2020-12-08 14:34:05.162114735 +0100
-@@ -2917,6 +2917,7 @@
- *-nsk*) opt_bash_malloc=no ;; # HP NonStop
- *-haiku*) opt_bash_malloc=no ;; # Haiku OS
- *-genode*) opt_bash_malloc=no ;; # Genode has no sbrk
-+*-midipix*) opt_bash_malloc=no ;; # Midipix
- esac
-
- # memory scrambling on free()
-diff -ru bash-5.1.orig/lib/sh/oslib.c bash-5.1/lib/sh/oslib.c
---- bash-5.1.orig/lib/sh/oslib.c 2013-10-14 15:12:57.000000000 +0200
-+++ bash-5.1/lib/sh/oslib.c 2020-12-08 14:35:05.062112859 +0100
-@@ -280,7 +280,7 @@
- long
- getmaxchild ()
- {
-- static long maxchild = -1L;
-+ static long maxchild = _SC_CHILD_MAX;
-
- if (maxchild > 0)
- return maxchild;