summaryrefslogtreecommitdiffhomepage
path: root/patches/php-8.0.11.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/php-8.0.11.local.patch')
-rw-r--r--patches/php-8.0.11.local.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/patches/php-8.0.11.local.patch b/patches/php-8.0.11.local.patch
deleted file mode 100644
index 2c681f1b..00000000
--- a/patches/php-8.0.11.local.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- php-8.0.9/ext/opcache/jit/Makefile.frag.orig 2021-07-29 14:53:58.000000000 +0200
-+++ php-8.0.9/ext/opcache/jit/Makefile.frag 2021-10-04 16:03:01.168550564 +0200
-@@ -1,6 +1,6 @@
-
- $(builddir)/minilua: $(srcdir)/jit/dynasm/minilua.c
-- $(CC) $(srcdir)/jit/dynasm/minilua.c -lm -o $@
-+ $(HOST_CC) $(srcdir)/jit/dynasm/minilua.c -lm -o $@
-
- $(builddir)/jit/zend_jit_x86.c: $(srcdir)/jit/zend_jit_x86.dasc $(srcdir)/jit/dynasm/*.lua $(builddir)/minilua
- $(builddir)/minilua $(srcdir)/jit/dynasm/dynasm.lua $(DASM_FLAGS) -o $@ $(srcdir)/jit/zend_jit_x86.dasc