View | Details | Raw Unified | Return to bug 229382 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 lines)
Lines 15-24 Link Here
15
15
16
LICENSE=	APACHE20
16
LICENSE=	APACHE20
17
17
18
BROKEN_aarch64=		fails to compile: 'jni_md.h' file not found
19
BROKEN_armv6=		fails to compile: 'jni_md.h' file not found
20
BROKEN_armv7=		fails to compile: 'jni_md.h' file not found
21
22
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
23
19
24
USE_JAVA=	yes
20
USE_JAVA=	yes
(-)files/patch-configure (+14 lines)
Line 0 Link Here
1
--- configure.orig	2018-06-29 12:40:33 UTC
2
+++ configure
3
@@ -3504,7 +3504,7 @@ then
4
 $as_echo "jni_md.h found in $JAVA_HOME/$JAVA_INC" >&6; }
5
   INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/$JAVA_INC"
6
 else
7
-  INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$supported_os"
8
+  INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$JAVA_OS"
9
 fi
10
 
11
 if test "$GCC" = "yes"
12
yes
13
native
14
text/plain

Return to bug 229382