[libinline-java-perl] 268/398: added variable to indicate to master Makefile.PL if JNI was selected

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:13 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 ca4310af042506303805a2933647d6d937f02bd1
Author: patrick_leb <>
Date:   Thu Jan 8 19:32:44 2004 +0000

    added variable to indicate to master Makefile.PL if JNI was selected
---
 Java/Makefile.PL | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Java/Makefile.PL b/Java/Makefile.PL
index 6a786e2..cbca0fa 100644
--- a/Java/Makefile.PL
+++ b/Java/Makefile.PL
@@ -128,6 +128,8 @@ if (($build_jni || AskYN("Do you wish to build the JNI extension?", 'y'))){
 				LIBS => [join(' ', @L) . " -ljvm"],
 				# CCFLAGS => '-D_REENTRANT',
 			) ;
+
+			$main::build_jni = 'true' ;
 		}
 	}
 }

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