From 12c4dd84c20887dc693c3616865030a962d0e0f0 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Tue, 21 Jan 2020 12:50:58 +0100 Subject: icedtea7-native: add patch to fix xattr include path As attr dropped the header use instead. http://git.savannah.nongnu.org/cgit/attr.git/commit/include?id=7921157890d07858d092f4003ca4c6bae9fd2c38 Signed-off-by: Richard Leitner --- .../openjdk-7-03b147/icedtea-jdk-fix-xattr-include.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-core/icedtea/openjdk-7-03b147/icedtea-jdk-fix-xattr-include.patch (limited to 'recipes-core/icedtea/openjdk-7-03b147/icedtea-jdk-fix-xattr-include.patch') diff --git a/recipes-core/icedtea/openjdk-7-03b147/icedtea-jdk-fix-xattr-include.patch b/recipes-core/icedtea/openjdk-7-03b147/icedtea-jdk-fix-xattr-include.patch new file mode 100644 index 0000000..9b94dc8 --- /dev/null +++ b/recipes-core/icedtea/openjdk-7-03b147/icedtea-jdk-fix-xattr-include.patch @@ -0,0 +1,11 @@ +--- openjdk/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c ++++ openjdk/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c +@@ -37,7 +37,7 @@ + + #ifdef COMPILE_AGAINST_SYSCALLS + #include +-#include ++#include + #else + #include + #endif -- cgit v1.2.3-54-g00ecf