]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-5.1-parallel_make.patch
- up to 5.1.0
[packages/bash.git] / bash-5.1-parallel_make.patch
diff --git a/bash-5.1-parallel_make.patch b/bash-5.1-parallel_make.patch
new file mode 100644 (file)
index 0000000..b341a8a
--- /dev/null
@@ -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 "   ***********************************************************"
This page took 0.029613 seconds and 4 git commands to generate.