summaryrefslogtreecommitdiff
path: root/user/jkoenig/java.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'user/jkoenig/java.mdwn')
-rw-r--r--user/jkoenig/java.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/user/jkoenig/java.mdwn b/user/jkoenig/java.mdwn
index af2b908e..6aeef9fe 100644
--- a/user/jkoenig/java.mdwn
+++ b/user/jkoenig/java.mdwn
@@ -135,7 +135,8 @@ the `LD_ORIGIN_PATH` environment variable.
#### Plans
I intend to fix the RPATH issue
-by building on [[pochu]]'s `file_exec_file_name()` patches.
+by building on [[pochu]]'s `file_exec_file_name()`
+[patches](http://lists.gnu.org/archive/html/bug-hurd/2010-08/msg00023.html).
I have succeeded in building a Hotspot-enabled `libjvm.so`,
although the current toolchain issues
@@ -146,7 +147,7 @@ have so far prevented me from testing it.
##### Open Items
* [!] [[tschwinge]] to have a look at [[pochu]]'s `file_exec_file_name()`
- patches (2010-05), whether it's generally the right idea.
+ patches, whether it's generally the right idea.
* Assuming it is, continue with getting `$ORIGIN` working.