You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by al...@apache.org on 2018/01/05 21:35:38 UTC

kudu git commit: [cmake_modules] one more OpenJDK location

Repository: kudu
Updated Branches:
  refs/heads/master 9bdeddf33 -> bddbb34e2


[cmake_modules] one more OpenJDK location

Added the location of java-7-openjdk at Ubuntu 14.04 LTS (amd64).

Change-Id: Ia595e6ce03708066421b59ea074ac9f3acd276c4
Reviewed-on: http://gerrit.cloudera.org:8080/8952
Reviewed-by: Dan Burkert <da...@apache.org>
Tested-by: Alexey Serbin <as...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/bddbb34e
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/bddbb34e
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/bddbb34e

Branch: refs/heads/master
Commit: bddbb34e2e28fd4affae3d4d37d6509922ffb4fb
Parents: 9bdeddf
Author: Alexey Serbin <as...@cloudera.com>
Authored: Fri Jan 5 12:32:23 2018 -0800
Committer: Alexey Serbin <as...@cloudera.com>
Committed: Fri Jan 5 21:34:23 2018 +0000

----------------------------------------------------------------------
 cmake_modules/FindJavaHome.cmake | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/bddbb34e/cmake_modules/FindJavaHome.cmake
----------------------------------------------------------------------
diff --git a/cmake_modules/FindJavaHome.cmake b/cmake_modules/FindJavaHome.cmake
index 4cce3bf..0463cd8 100644
--- a/cmake_modules/FindJavaHome.cmake
+++ b/cmake_modules/FindJavaHome.cmake
@@ -49,6 +49,7 @@ set(JAVA_HOME_CANDIDATES
 
     # OpenJDK 7 Candidates
     /usr/lib/jvm/java-1.7.0-openjdk
+    /usr/lib/jvm/java-7-openjdk-amd64
     /usr/lib/jvm/java-7-openjdk
 
     # Misc. Candidates