[java-common] 01/01: * java_defaults.mk: Fix jvm_archdir macro (Jonas Smedegaard). Closes: #814783.

Matthias Klose doko at moszumanska.debian.org
Thu Feb 25 20:46:00 GMT 2016


This is an automated email from the git hooks/post-receive script.

doko pushed a commit to branch master
in repository java-common.

commit ef651032e3157ddb0e2cf49dfb08139b5a58a848
Author: Matthias Klose <doko at ubuntu.com>
Date:   Thu Feb 25 21:45:50 2016 +0100

      * java_defaults.mk: Fix jvm_archdir macro (Jonas Smedegaard). Closes: #814783.
---
 debian/changelog        | 1 +
 debian/java_defaults.mk | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 712d18b..34e5ec3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 java-common (0.57) UNRELEASED; urgency=medium
 
   * Build a default-jdk-headless package.
+  * java_defaults.mk: Fix jvm_archdir macro (Jonas Smedegaard). Closes: #814783.
 
  -- Matthias Klose <doko at debian.org>  Thu, 25 Feb 2016 02:45:18 +0100
 
diff --git a/debian/java_defaults.mk b/debian/java_defaults.mk
index 3cb94ba..3a25ccd 100644
--- a/debian/java_defaults.mk
+++ b/debian/java_defaults.mk
@@ -47,7 +47,7 @@ jvm_archdir_map = \
 	sparc=sparc sparc64=sparc64 sh4=sh s390x=s390x ia64=ia64 x32=x32
 
 jvm_archdir := \
-	$(strip $(patsubst $(_java_host_cpu)=%, %, $(filter $(_java_host_cpu)=%, $(jvm_arch_map))))
+	$(strip $(patsubst $(_java_host_cpu)=%, %, $(filter $(_java_host_cpu)=%, $(jvm_archdir_map))))
 
 ifneq (,$(filter $(java_default_version), 9))
   jvm_archpath := lib/$(jvm_archdir)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-common.git



More information about the pkg-java-commits mailing list