summaryrefslogtreecommitdiffhomepage
path: root/patches/bmake_host.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/bmake_host.local.patch')
-rw-r--r--patches/bmake_host.local.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/bmake_host.local.patch b/patches/bmake_host.local.patch
index 7973489d..0999df4d 100644
--- a/patches/bmake_host.local.patch
+++ b/patches/bmake_host.local.patch
@@ -5,3 +5,13 @@
:
# NAME:
# install.sh - portable version of install(1)
+--- bmake/makefile.in.orig 2022-12-26 19:16:39.881930779 +0100
++++ bmake/makefile.in 2023-03-23 18:09:58.883692945 +0100
+@@ -9,6 +9,6 @@
+ all: build
+
+ build clean install test:
+- ${srcdir}/boot-strap --prefix=${prefix} -o . op=$@
++ MAKEFLAGS="${MAKEFLAGS%*--jobserver-auth=[0-9],[0=9]*}" ${srcdir}/boot-strap --prefix=${prefix} -o . op=$@
+
+