summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2021-10-05 16:35:23 +0200
committerØrjan Malde <red@foxi.me>2021-10-05 16:35:23 +0200
commitbe32d78f7776a271ce73cf0182b0348b1a28be26 (patch)
tree730f0e9e8081d4bce236bf6c1f49217218cf4d54 /patches
parentfc970bc0a9b192673e7f6167effdcc3e5d739bba (diff)
downloadmidipix_build-be32d78f7776a271ce73cf0182b0348b1a28be26.tar.bz2
midipix_build-be32d78f7776a271ce73cf0182b0348b1a28be26.tar.xz
patches/php-8.0.11_pre.local.patch: fix parallel builds
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/php-8.0.11_pre.local.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/php-8.0.11_pre.local.patch b/patches/php-8.0.11_pre.local.patch
index 3e7a13d4..46a72091 100644
--- a/patches/php-8.0.11_pre.local.patch
+++ b/patches/php-8.0.11_pre.local.patch
@@ -1,3 +1,17 @@
+--- php-8.0.11.orig/build/Makefile.global 2021-09-21 19:07:44.000000000 +0200
++++ php-8.0.11/build/Makefile.global 2021-10-05 16:14:49.660147381 +0200
+@@ -11,9 +11,9 @@
+ @echo "Don't forget to run 'make test'."
+ @echo
+
+-build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
++build-modules: $(PHP_MODULES) $(PHP_ZEND_EX) libphp.la
+
+-build-binaries: $(PHP_BINARIES)
++build-binaries: $(PHP_BINARIES) libphp.la
+
+ libphp.la: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
+ $(LIBTOOL) --mode=link $(CC) $(LIBPHP_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) -rpath $(phptempdir) $(EXTRA_LDFLAGS) $(LDFLAGS) $(PHP_RPATHS) $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@
diff -ru php-8.0.11.orig/build/libtool.m4 php-8.0.11/build/libtool.m4
--- php-8.0.11.orig/build/libtool.m4 2021-09-21 19:07:44.000000000 +0200
+++ php-8.0.11/build/libtool.m4 2021-10-04 18:05:38.598149611 +0200