summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/extra-patch-inherit-interp_prefix
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-04-18 10:53:51 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-04-18 10:53:51 +0000
commitcf14e8bdd746039cc679bf4d0fc205ba4b95a2fb (patch)
tree3bcb58d0ad89f99a424a2a52c1c438790976da7d /emulators/qemu-devel/files/extra-patch-inherit-interp_prefix
parentlang/gcc-aux + gnatdroid-armv7: Update to 16 April prerelease (diff)
- Update to 2.0.0 - announce message is here:
http://article.gmane.org/gmane.comp.emulators.qemu/267615 - Take updated bsd-user patches from sbruno's github repo. [1] - Add headers to my recent bsd-user patches. (they are applied as in the EXTRA_PATCHES order in the port Makefile) Submitted by: sbruno [1] Obtained from: https://github.com/seanbruno/qemu/commits/bsd-user [1]
Diffstat (limited to 'emulators/qemu-devel/files/extra-patch-inherit-interp_prefix')
-rw-r--r--emulators/qemu-devel/files/extra-patch-inherit-interp_prefix10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/extra-patch-inherit-interp_prefix b/emulators/qemu-devel/files/extra-patch-inherit-interp_prefix
index 6cfb157353a1..3d1c360b8e07 100644
--- a/emulators/qemu-devel/files/extra-patch-inherit-interp_prefix
+++ b/emulators/qemu-devel/files/extra-patch-inherit-interp_prefix
@@ -1,3 +1,13 @@
+From nox Mon Sep 17 00:00:00 2001
+From: Juergen Lock <nox@jelal.kn-bremen.de>
+Date: 04 Apr 2014 16:36:00 +0200
+Subject: Pass down interp_prefix (-L arg) to bsd-user child processes
+
+Pass down interp_prefix (-L arg) to bsd-user target child processes
+so running shared target binaries as subprocesses works.
+
+Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
+
--- a/bsd-user/main.c
+++ b/bsd-user/main.c
@@ -58,7 +58,7 @@ unsigned long reserved_va;