[libinline-java-perl] 229/398: fix jvm.cfg

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:07 UTC 2015


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

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit fabd3fcf9af41657dd9f085f10090199e7e0d1b3
Author: patrick_leb <>
Date:   Tue Apr 22 00:55:07 2003 +0000

    fix jvm.cfg
---
 Java/Makefile.PL | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Java/Makefile.PL b/Java/Makefile.PL
index 45a1c30..a8380ac 100644
--- a/Java/Makefile.PL
+++ b/Java/Makefile.PL
@@ -19,10 +19,10 @@ my $jvm_so = Inline::Java::Portable::portable('JVM_SO') ;
 my %so_dirs = () ;
 
 my @files = (
+	'jvm.cfg',
 	'jni.h',
 	'jni_md.h',
 	$jvm_lib,
-	'jvm.cfg',
 ) ;
 if ($jvm_so ne $jvm_lib){
 	push @files, $jvm_so ;
@@ -73,6 +73,9 @@ if (($build_jni || AskYN("Do you wish to build the JNI extension?", 'y'))){
 		$cnt++ ;
 	}
 
+	# We no longer need jvm.cfg from now on...
+	shift @files ;
+
 	my $done = 0 ;
 	foreach my $f (@files){
 		my $cnt = scalar(@{$files->{$f}->{choices}}) ;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list