summaryrefslogtreecommitdiff
path: root/app-shells/bash/files/bash-5.1-parallel_make.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /app-shells/bash/files/bash-5.1-parallel_make.patch
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'app-shells/bash/files/bash-5.1-parallel_make.patch')
-rw-r--r--app-shells/bash/files/bash-5.1-parallel_make.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-shells/bash/files/bash-5.1-parallel_make.patch b/app-shells/bash/files/bash-5.1-parallel_make.patch
new file mode 100644
index 000000000000..b341a8a06e28
--- /dev/null
+++ b/app-shells/bash/files/bash-5.1-parallel_make.patch
@@ -0,0 +1,15 @@
+bashline.c:65:10: fatal error: builtins/builtext.h: No such file or directory
+ 65 | #include "builtins/builtext.h" /* for read_builtin */
+ | ^~~~~~~~~~~~~~~~~~~~~
+
+--- bash-5.1/Makefile.in
++++ bash-5.1/Makefile.in
+@@ -584,6 +584,8 @@
+ ls -l $(Program)
+ -$(SIZE) $(Program)
+
++$(CSOURCES): $(DEFDIR)/builtext.h
++
+ .build: $(SOURCES) config.h Makefile version.h $(VERSPROG)
+ @echo
+ @echo " ***********************************************************"