summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-03-26 12:45:00 +0100
committerØrjan Malde <red@foxi.me>2022-03-26 12:45:00 +0100
commit29496bf04738f0c42a0c8aeb4e74e65ed6c3d1dc (patch)
treea388a3337fc54fd30b061f74af0ac65c7d283631 /patches
parent68795f3c8e1d6da9c820c80149567fe950b75056 (diff)
downloadmidipix_build-29496bf04738f0c42a0c8aeb4e74e65ed6c3d1dc.tar.bz2
midipix_build-29496bf04738f0c42a0c8aeb4e74e65ed6c3d1dc.tar.xz
groups/231.native_packages_etc.group: php: bump to v8.1.4
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/php-8.1.4_pre.local.patch (renamed from patches/php-8.1.3_pre.local.patch)4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/php-8.1.3_pre.local.patch b/patches/php-8.1.4_pre.local.patch
index fc10b05d..dda9bf5b 100644
--- a/patches/php-8.1.3_pre.local.patch
+++ b/patches/php-8.1.4_pre.local.patch
@@ -562,8 +562,8 @@ diff -Nru php-8.1.0.orig/TSRM/TSRM.h php-8.1.0/TSRM/TSRM.h
# define __has_attribute(x) 0
#endif
--#if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__MUSL__)
-+#if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__MUSL__) || defined(__midipix__)
+-#if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__MUSL__) || defined(__HAIKU__)
++#if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__MUSL__) || defined(__HAIKU__) || defined(__midipix__)
# define TSRM_TLS_MODEL_ATTR
#elif __PIC__
# define TSRM_TLS_MODEL_ATTR __attribute__((tls_model("initial-exec")))