diff options
Diffstat (limited to 'system/python3/fix-xattrs-glibc.patch')
-rw-r--r-- | system/python3/fix-xattrs-glibc.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/system/python3/fix-xattrs-glibc.patch b/system/python3/fix-xattrs-glibc.patch deleted file mode 100644 index 57a8fb73a..000000000 --- a/system/python3/fix-xattrs-glibc.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c -index 8f8ba25..72b92da 100644 ---- a/Modules/posixmodule.c -+++ b/Modules/posixmodule.c -@@ -103,8 +103,9 @@ corresponding Unix manual entries for more information on calls."); - #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 <linux/limits.h> - #endif - - #ifdef USE_XATTRS |