aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-desktop/dont-bind-ld-cache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-desktop/dont-bind-ld-cache.patch')
-rw-r--r--community/gnome-desktop/dont-bind-ld-cache.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/gnome-desktop/dont-bind-ld-cache.patch b/community/gnome-desktop/dont-bind-ld-cache.patch
deleted file mode 100644
index 76077757160..00000000000
--- a/community/gnome-desktop/dont-bind-ld-cache.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream: No, Alpine specific
-Reason: We don't have that file, so we can't mount it into the sandbox
-diff --git a/libgnome-desktop/gnome-desktop-thumbnail-script.c b/libgnome-desktop/gnome-desktop-thumbnail-script.c
-index 0aa2644..9260f0c 100644
---- a/libgnome-desktop/gnome-desktop-thumbnail-script.c
-+++ b/libgnome-desktop/gnome-desktop-thumbnail-script.c
-@@ -540,7 +540,6 @@ add_bwrap (GPtrArray *array,
- add_args (array,
- "bwrap",
- "--ro-bind", "/usr", "/usr",
-- "--ro-bind", "/etc/ld.so.cache", "/etc/ld.so.cache",
- NULL);
-
- /* These directories might be symlinks into /usr/... */