You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-shells/bash/files/bash-5.1-parallel_make.patch

16 lines
472 B

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 " ***********************************************************"