From 626845ccad5cd97951ffe658d0580e3c20255644 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Fri, 3 Nov 2023 23:45:56 +0000 Subject: system/python3: delete unused patch. Commit 49431cc5eda8d4e87633c6f201eed7f15df81abf bumped Python but did not delete the patch rendered obsolete. See also: #828 --- system/python3/fix-xattrs-glibc.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 system/python3/fix-xattrs-glibc.patch (limited to 'system') diff --git a/system/python3/fix-xattrs-glibc.patch b/system/python3/fix-xattrs-glibc.patch deleted file mode 100644 index da0c6e3cb..000000000 --- a/system/python3/fix-xattrs-glibc.patch +++ /dev/null @@ -1,14 +0,0 @@ -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 -@@ -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 - #endif - - #ifdef USE_XATTRS -- cgit v1.2.3-60-g2f50