[Pkg-gridengine-commits] [pkg-gridengine] 01/04: Set JAVA_HOME variable in d/rules

Afif Elghraoui afif at moszumanska.debian.org
Mon Aug 29 07:32:27 UTC 2016


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

afif pushed a commit to branch debian/experimental
in repository pkg-gridengine.

commit 3b210310eabe646362dfede76537d35770851933
Author: Afif Elghraoui <afif at debian.org>
Date:   Sun Aug 28 13:56:55 2016 -0700

    Set JAVA_HOME variable in d/rules
    
    This should fix the package build failures on arm64 and hppa.
    
    Closes: #828874
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index e813146..8b6088e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,8 @@ export SGE_INPUT_LDFLAGS = $(LDFLAGS)
 export LD_RUN_PATH=/usr/lib/gridengine
 SGE_ARCH = $(shell source/dist/util/arch)
 
+export JAVA_HOME=/usr/lib/jvm/default-java
+
 %:
 	dh $@ --parallel --with autoreconf,autotools-dev
 

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



More information about the Pkg-gridengine-commits mailing list