[SCM] libbluray/master: debian/rules: Fix JAVA detection.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Oct 5 12:46:11 UTC 2013


The following commit has been merged in the master branch:
commit 0c4a1f3caf879f99d8695ad65c8682b1478e4fd0
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Oct 5 13:45:54 2013 +0100

    debian/rules: Fix JAVA detection.

diff --git a/debian/rules b/debian/rules
index ccbf3a4..4a9c01f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ ifeq (,$(wildcard $(JAVA_HOME)))
      $(info "warning: No suitable jni.h was found. Package will most probably FTBFS!")
 endif
 
+export JDK_HOME=$(JAVA_HOME)
 $(info Located java at $(JAVA_HOME))
 confflags += --enable-bdjava --with-bdj-type=j2se --with-jdk=$(JAVA_HOME) --with-freetype
 endif

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list