[Reproducible-commits] [javatools] 01/12: fix 764630

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Jan 8 11:02:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch pu/reproducible_builds
in repository javatools.

commit fb039e54861605f61e9ee33c798701e688c63d17
Author: Markus Koschany <apo at gambaru.de>
Date:   Wed Dec 3 02:38:51 2014 +0100

    fix 764630
    
    Remove -Djava.library.path and let the JRE handle Multiarch paths.
    
    Closes: #764630
---
 jarwrapper | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jarwrapper b/jarwrapper
index 5986233..4ae1dd6 100755
--- a/jarwrapper
+++ b/jarwrapper
@@ -35,7 +35,7 @@ fi
 
 if which "$JAVA" >/dev/null 2>&1; then
 	export LD_LIBRARY_PATH=/usr/lib/jni 
-	exec $JAVA $JAVAOPTS -Djava.library.path=/usr/lib/jni -jar "$JAR" "$@"
+	exec $JAVA $JAVAOPTS -jar "$JAR" "$@"
 else
 	echo "In order to run Java programs you must install a compatible JRE. If you don't know what JRE you need, default-jre is probably a good bet"
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/javatools.git



More information about the Reproducible-commits mailing list