[libinline-java-perl] 286/398: fixed bug in .so portability and added HPUX specifics

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:15 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 a6b002c9e8aafa8b5ee9657f99f65a7aa3d50bb8
Author: patrick_leb <>
Date:   Sat Feb 14 14:53:47 2004 +0000

    fixed bug in .so portability and added HPUX specifics
---
 Java/Portable.pm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Java/Portable.pm b/Java/Portable.pm
index e4520b3..b96437d 100644
--- a/Java/Portable.pm
+++ b/Java/Portable.pm
@@ -156,8 +156,8 @@ sub portable {
 		SUB_FIX_CLASSPATH	=>	undef,
 		SUB_FIX_CMD_QUOTES	=>	undef,
 		SUB_FIX_MAKE_QUOTES	=>	undef,
-		JVM_LIB				=>	'libjvm.so',
-		JVM_SO				=>	'libjvm.so',
+		JVM_LIB				=>	"libjvm.$Config{dlext}",
+		JVM_SO				=>	"libjvm.$Config{dlext}",
 	} ;
 
 	my $map = {
@@ -199,6 +199,9 @@ sub portable {
 			JVM_LIB				=>	'jvm.lib',
 			JVM_SO				=>	'jvm.dll',
 		},
+		hpux => {
+			GOT_NEXT_FREE_PORT  =>  0,
+		},
 	} ;
 
 	if (! exists($defmap->{$key})){

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