[libinline-java-perl] 301/398: fixed bug reported by Steven Hirsh

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:16 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 ec260460b108d0c8359c76fb49e3f230ffe3e10b
Author: patrick_leb <>
Date:   Tue Mar 9 15:59:30 2004 +0000

    fixed bug reported by Steven Hirsh
---
 Java/Portable.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Java/Portable.pm b/Java/Portable.pm
index b8aed96..04e38c1 100644
--- a/Java/Portable.pm
+++ b/Java/Portable.pm
@@ -206,8 +206,8 @@ sub portable {
 			GOT_NEXT_FREE_PORT  =>  0,
 		},
 		aix => {
-			JVM_LIB				=>	"libjvm.$Config{lib_ext}",
-			JVM_SO				=>	"libjvm.$Config{lib_ext}",
+			JVM_LIB				=>	"libjvm$Config{lib_ext}",
+			JVM_SO				=>	"libjvm$Config{lib_ext}",
 		}
 	} ;
 

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