[libinline-java-perl] 193/398: ok

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:02 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 208ccfc72a2fb0e9bfeea9c7af0e22e10ba47130
Author: patrick_leb <>
Date:   Wed Apr 3 16:20:44 2002 +0000

    ok
---
 Java/Makefile.PL | 26 +-------------------------
 README           |  2 +-
 2 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/Java/Makefile.PL b/Java/Makefile.PL
index c40e280..111fddb 100644
--- a/Java/Makefile.PL
+++ b/Java/Makefile.PL
@@ -91,14 +91,13 @@ if (($build_jni || AskYN("Do you wish to build the JNI extension?"))){
 		print "\n" ;
 
 		$done = 0 ;
-		# BS file used to be written here
-
 		if (! $done){
 			WriteMakefile(
 				NAME => 'Inline::Java::JNI',
 				VERSION_FROM => 'JNI.pm',
 				INC => "-I" . $files->{'jni.h'}->{selected} . " -I" . $files->{'jni_md.h'}->{selected},
 				LIBS => ["-L" . $files->{$jvm_lib}->{selected} . " -ljvm"],
+				# CCFLAGS => '-D_REENTRANT',
 			) ;
 
 			print
@@ -177,29 +176,6 @@ sub CleanSoDirs {
 }
 
 
-
-sub WriteBSFile {
-	if (! open(BS, '>JNI_BS')){
-		return 1 ;
-	}
-
-	my $so = File::Spec->catfile($files->{$jvm_so}->{selected}, $jvm_so) ;
-	print BS <<BS_CODE;
-my \$so = '$so' ;
-push(\@dl_resolve_using, \$so) ;
-
-\$bscode = <<CODE ;
-dl_load_file('\$so', Inline::Java::JNI->dl_load_flags) or
-croak("Can't load '\$so' for module Inline::Java::JNI: " . dl_error()) ;
-CODE
-
-BS_CODE
-
-	close(BS) ;
-	return 0 ;
-}
-
-
 sub FindDefaultVMType {
 	my $type = undef ;
 	my $cfg = File::Spec->catfile($jdk_dir, "jre", "lib", "jvm.cfg") ;
diff --git a/README b/README
index a871586..e4652ce 100644
--- a/README
+++ b/README
@@ -73,7 +73,7 @@ WARNING: THIS IS ALPHA SOFTWARE. It is incomplete and possibly unreliable.
          change in future releases.
 
 Inline::Java version 0.32 is a minor upgrade that includes:
-+ Fixes to allow running with perl 5.005_03
++ Restored compatibiity with Perl 5.005_03
 + Other minor bug fixes
 
 Inline::Java version 0.31 is a major upgrade that includes:

-- 
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