summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
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")))