[pl] Fix detection of libjvm on aarch64 (#1112012)

Petr Pisar ppisar at fedoraproject.org
Wed Jun 25 07:41:05 UTC 2014


commit 625a7c879d88f5779754978806fb660998d9446a
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Jun 24 22:51:09 2014 -0500

    Fix detection of libjvm on aarch64 (#1112012)

 JavaConfig.java |    3 ++-
 pl.spec         |    5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/JavaConfig.java b/JavaConfig.java
index 19b377f..94239a9 100644
--- a/JavaConfig.java
+++ b/JavaConfig.java
@@ -77,7 +77,8 @@ class JavaConfig {
     }
     value = value + ":" +
       home + filesep + "lib" + filesep + architecture + ":" +
-      home + filesep + "lib" + filesep + architecture + filesep + "server";
+      home + filesep + "lib" + filesep + architecture + filesep + "server:" +
+      home + filesep + "lib" + filesep + architecture + filesep + "client";
 
 
     /* Convert the collon delimited paths to LDFLAGS format */
diff --git a/pl.spec b/pl.spec
index 099b088..8cfd82f 100644
--- a/pl.spec
+++ b/pl.spec
@@ -3,7 +3,7 @@
 
 Name:       pl
 Version:    6.6.6
-Release:    2%{?dist}
+Release:    3%{?dist}
 
 Summary:    SWI-Prolog - Edinburgh compatible Prolog compiler
 
@@ -362,6 +362,9 @@ find packages/jpl/examples -name ".cvsignore" | xargs rm -f
 
 
 %changelog
+* Wed Jun 25 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 6.6.6-3
+- Fix detection of libjvm on aarch64 (#1112012)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.6.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list