diff options
author | Rene Engelhard <rene@debian.org> | 2016-02-05 12:10:56 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2016-02-05 12:12:59 +0100 |
commit | cf7362afe670706a385fdba579deef4ad455aba7 (patch) | |
tree | adf9a6f3258a2697b27f1954d671ffdb9d282da4 /configure.ac | |
parent | ef40463c5be1be76771af6e9abd70ed4dc99ca15 (diff) |
add I$JAVA_HOME/include/linux to JAVAINC to kFreeBSD to fix build
jni_md.h not in $JAVA_HOME/include anymore in OpenJDK8 (it was in 7)
Change-Id: Id5c737182a8e476b609887753047fa7ed6b01193
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 317568954130..fec39bf4a4ff 100644 --- a/configure.ac +++ b/configure.ac @@ -7179,6 +7179,7 @@ if test -n "$ENABLE_JAVA" -a -z "$JAVAINC"; then k*bsd*-gnu*) JAVAINC="-I$JAVA_HOME/include" + JAVAINC="$JAVAINC -I$JAVA_HOME/include/linux" test -d "$JAVA_HOME/include/native_thread" && JAVAINC="$JAVAINC -I$JAVA_HOME/include/native_thread" ;; |