2020-06-08 13:03:40 +02:00
|
|
|
Index: commons-daemon-1.2.2-src/src/native/unix/configure
|
|
|
|
===================================================================
|
|
|
|
--- commons-daemon-1.2.2-src.orig/src/native/unix/configure
|
|
|
|
+++ commons-daemon-1.2.2-src/src/native/unix/configure
|
|
|
|
@@ -3504,7 +3504,7 @@ then
|
|
|
|
$as_echo "jni_md.h found in $JAVA_HOME/$JAVA_INC" >&6; }
|
2012-06-15 13:47:39 +02:00
|
|
|
INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/$JAVA_INC"
|
|
|
|
else
|
|
|
|
- INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$supported_os"
|
|
|
|
+ INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$JAVA_OS"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$GCC" = "yes"
|
2020-06-08 13:03:40 +02:00
|
|
|
Index: commons-daemon-1.2.2-src/src/native/unix/configure.in
|
|
|
|
===================================================================
|
|
|
|
--- commons-daemon-1.2.2-src.orig/src/native/unix/configure.in
|
|
|
|
+++ commons-daemon-1.2.2-src/src/native/unix/configure.in
|
|
|
|
@@ -98,7 +98,7 @@ then
|
2012-06-15 13:47:39 +02:00
|
|
|
AC_MSG_RESULT([jni_md.h found in $JAVA_HOME/$JAVA_INC])
|
|
|
|
INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/$JAVA_INC"
|
|
|
|
else
|
|
|
|
- INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$supported_os"
|
|
|
|
+ INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$JAVA_OS"
|
|
|
|
fi
|
|
|
|
|
|
|
|
dnl -------------------------------------------------------------------------
|