summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/nochroot.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg/nochroot.patch')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg/nochroot.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/nochroot.patch b/meta/recipes-devtools/dpkg/dpkg/nochroot.patch
deleted file mode 100644
index c7f2dfe282..0000000000
--- a/meta/recipes-devtools/dpkg/dpkg/nochroot.patch
+++ /dev/null
@@ -1,20 +0,0 @@
1---
2 src/help.c | 2 ++
3 1 file changed, 2 insertions(+)
4
5Upstream-Status: Inappropriate [configuration]
6
7--- dpkg-1.13.22.orig/src/help.c
8+++ dpkg-1.13.22/src/help.c
9@@ -175,9 +175,11 @@ static const char* preexecscript(const c
10 */
11 size_t instdirl;
12
13+#if 0
14 if (*instdir) {
15 if (chroot(instdir)) ohshite(_("failed to chroot to `%.250s'"),instdir);
16 }
17+#endif
18 if (f_debug & dbg_scripts) {
19 fprintf(stderr,"D0%05o: fork/exec %s (",dbg_scripts,path);
20 while (*++argv) fprintf(stderr," %s",*argv);