summaryrefslogtreecommitdiffhomepage
path: root/patches/php-8.0.11.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2021-11-28 13:30:12 +0100
committerØrjan Malde <red@foxi.me>2021-11-28 13:30:12 +0100
commitada48763a18c6c60deee0f30ce38b892eb794445 (patch)
tree8904d7ba055dc588662edb8f90fec3c936acb946 /patches/php-8.0.11.local.patch
parentad3f0b8c4e093aa00c9ee107a29e946774a13d4e (diff)
downloadmidipix_build-ada48763a18c6c60deee0f30ce38b892eb794445.tar.bz2
midipix_build-ada48763a18c6c60deee0f30ce38b892eb794445.tar.xz
groups/231.native_packages_etc.group: php: bump to v8.1.0
Signed-off-by: Ørjan Malde <red@foxi.me>
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