From 3829532d512ff2a90cf3951c15b0f4adc4660c0a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 1 Apr 2023 22:14:13 -0500 Subject: system/python3: Update to 3.11.2 --- system/python3/fix-xattrs-glibc.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/python3/fix-xattrs-glibc.patch') diff --git a/system/python3/fix-xattrs-glibc.patch b/system/python3/fix-xattrs-glibc.patch index d78428108..da0c6e3cb 100644 --- a/system/python3/fix-xattrs-glibc.patch +++ b/system/python3/fix-xattrs-glibc.patch @@ -1,14 +1,14 @@ diff -ur a/Modules/posixmodule.c b/Modules/posixmodule.c --- a/Modules/posixmodule.c 2022-01-11 11:45:55.120000000 +0000 +++ b/Modules/posixmodule.c 2022-01-11 11:47:28.010000000 +0000 -@@ -247,8 +247,9 @@ +@@ -272,8 +272,9 @@ # undef HAVE_SCHED_SETAFFINITY #endif -#if defined(HAVE_SYS_XATTR_H) && defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__GNU__) +#if defined(HAVE_SYS_XATTR_H) && defined(__linux__) && !defined(__FreeBSD_kernel__) && !defined(__GNU__) # define USE_XATTRS -+#include ++# include #endif #ifdef USE_XATTRS -- cgit v1.2.3-60-g2f50