From f3c5f4e68a4f237cf5856205ff15edec142cf2b2 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 13 Jan 2019 14:33:46 -0700 Subject: [PATCH] Remove xz patch --- recipes/xz/04-no-fchown-fchmod.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 recipes/xz/04-no-fchown-fchmod.patch diff --git a/recipes/xz/04-no-fchown-fchmod.patch b/recipes/xz/04-no-fchown-fchmod.patch deleted file mode 100644 index d4b69e1d..00000000 --- a/recipes/xz/04-no-fchown-fchmod.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru source/src/xz/file_io.c source-new/src/xz/file_io.c ---- source/src/xz/file_io.c 2016-12-30 03:13:57.000000000 -0800 -+++ source-new/src/xz/file_io.c 2017-08-08 12:49:15.225290972 -0700 -@@ -351,7 +351,7 @@ - io_copy_attrs(const file_pair *pair) - { - // Skip chown and chmod on Windows. --#ifndef TUKLIB_DOSLIKE -+#if 0 - // This function is more tricky than you may think at first. - // Blindly copying permissions may permit users to access the - // destination file who didn't have permission to access the