Blame SOURCES/apache-commons-daemon-JAVA_OS.patch

ec0a8e
--- commons-daemon-1.0.12-src/src/native/unix/configure~	2013-01-14 07:45:15.000000000 +0100
ec0a8e
+++ commons-daemon-1.0.12-src/src/native/unix/configure	2013-01-24 15:55:59.757193071 +0100
ec0a8e
@@ -2776,7 +2776,7 @@
ec0a8e
 echo "${ECHO_T}jni_md.h found in $JAVA_HOME/$JAVA_INC" >&6
ec0a8e
   INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/$JAVA_INC"
ec0a8e
 else
ec0a8e
-  INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$supported_os"
ec0a8e
+  INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$JAVA_OS"
ec0a8e
 fi
ec0a8e
 
ec0a8e
 if test "$GCC" = "yes"