[tomcat7] 03/08: debian/rules: export JAVA_HOME to fix a build failure

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed May 6 15:48:05 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository tomcat7.

commit e0df8e2a5070beb93d2add001c30a4ffe3748809
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Apr 26 00:41:27 2015 +0200

    debian/rules: export JAVA_HOME to fix a build failure
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 03d5281..3879d40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ tomcat7 (7.0.61-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Refreshed the patches
+  * debian/rules: export JAVA_HOME to fix a build failure
   * debian/orig-tar.sh: Exclude the taglibs-standard-*.jar files
     from the upstream tarball
 
diff --git a/debian/rules b/debian/rules
index 93a2f8a..726498e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-JAVA_HOME := /usr/lib/jvm/default-java
+export JAVA_HOME := /usr/lib/jvm/default-java
 JAVA_CMD := $(JAVA_HOME)/bin/java
 BLDLIB := output/build/lib
 BLDBIN := output/build/bin

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



More information about the pkg-java-commits mailing list