diff options
author | Ørjan Malde <red@foxi.me> | 2021-07-17 22:25:23 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2021-07-17 22:25:23 +0200 |
commit | d302f5318364c429c7469fff14c40eb88d0a89d7 (patch) | |
tree | c3a680afc0d3b118210070f2417b2a87b1511b8d /patches | |
parent | f4ec955897c3179f242212413f13ce4a88096f7b (diff) | |
download | midipix_build-d302f5318364c429c7469fff14c40eb88d0a89d7.tar.bz2 midipix_build-d302f5318364c429c7469fff14c40eb88d0a89d7.tar.xz |
groups/231.native_packages_etc.group: php: bump to v8.0.8
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/php-8.0.8_pre.local.patch (renamed from patches/php-8.0.6_pre.local.patch) | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/php-8.0.6_pre.local.patch b/patches/php-8.0.8_pre.local.patch index 37b041b6..4cbf4179 100644 --- a/patches/php-8.0.6_pre.local.patch +++ b/patches/php-8.0.8_pre.local.patch @@ -1,3 +1,15 @@ +diff -ru php-8.0.8.orig/TSRM/TSRM.h php-8.0.8/TSRM/TSRM.h +--- php-8.0.8.orig/TSRM/TSRM.h 2021-06-29 09:41:19.000000000 +0200 ++++ php-8.0.8/TSRM/TSRM.h 2021-07-17 21:51:11.409950944 +0200 +@@ -147,7 +147,7 @@ + # 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__) + # define TSRM_TLS_MODEL_ATTR + #elif __PIC__ + # define TSRM_TLS_MODEL_ATTR __attribute__((tls_model("initial-exec"))) diff -ru php-8.0.1.orig/configure php-8.0.1/configure --- php-8.0.1.orig/configure 2021-01-05 14:54:54.000000000 +0100 +++ php-8.0.1/configure 2021-01-13 23:01:56.427279925 +0100 |