diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-14 15:53:52 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-14 15:53:52 +0100 |
commit | 4ca1ef18e4028371c2ae5068b121ba01cc91668b (patch) | |
tree | 135527eb576b0cac5bc1c4aec31544d8a3e2f3f9 /0001-fix-cpu-affinity-check.patch | |
parent | e2f8a8181ebe5b393b15b3c5eef00187209ffb8d (diff) |
drop patch merged upstream
provide php-pie(swoole/swoole)
update to 6.0.1
drop patch merged upstream
provide php-pie(swoole/swoole)
Diffstat (limited to '0001-fix-cpu-affinity-check.patch')
-rw-r--r-- | 0001-fix-cpu-affinity-check.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/0001-fix-cpu-affinity-check.patch b/0001-fix-cpu-affinity-check.patch deleted file mode 100644 index 58c4370..0000000 --- a/0001-fix-cpu-affinity-check.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 5630753cba195133a741d6f768143e40ff7454f6 Mon Sep 17 00:00:00 2001 -From: Remi Collet <remi@remirepo.net> -Date: Mon, 16 Dec 2024 09:28:53 +0100 -Subject: [PATCH] fix cpu affinity check - ---- - config.m4 | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/config.m4 b/config.m4 -index ada2e983b..701eaa569 100644 ---- a/config.m4 -+++ b/config.m4 -@@ -183,6 +183,7 @@ AC_DEFUN([AC_SWOOLE_CPU_AFFINITY], - #include <sys/cpuset.h> - typedef cpuset_t cpu_set_t; - #else -+ #define _GNU_SOURCE 1 - #include <sched.h> - #endif - ]], [[ --- -2.47.1 - |