This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository commons-daemon.
commit c21d6297c380b5e574ebc2ff9c260e75a9732303 Author: Marcus Better <[email protected]> Date: Wed Apr 25 15:11:01 2007 +0200 Imported Debian patch 1.0.2~svn20061127-6 --- debian/changelog | 7 +++++++ src/native/unix/native/java.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4dd22af..806c4ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +commons-daemon (1.0.2~svn20061127-6) unstable; urgency=low + + * Applied a workaround for a JNI bug in libgcj (see + http://gcc.gnu.org/PR31700). + + -- Marcus Better <[email protected]> Wed, 25 Apr 2007 15:11:01 +0200 + commons-daemon (1.0.2~svn20061127-5) unstable; urgency=low * jsvc can now redirect daemon output to syslog. (Closes: #402878) diff --git a/src/native/unix/native/java.c b/src/native/unix/native/java.c index 678a1f8..32bbd12 100644 --- a/src/native/unix/native/java.c +++ b/src/native/unix/native/java.c @@ -192,7 +192,7 @@ bool java_init(arg_data *args, home_data *data) { return(false); } #endif - arg.ignoreUnrecognized=FALSE; + arg.ignoreUnrecognized=JNI_TRUE; arg.nOptions=args->onum; arg.nOptions++; /* Add abort code */ opt=(JavaVMOption *)malloc(arg.nOptions*sizeof(JavaVMOption)); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-daemon.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

