summaryrefslogtreecommitdiff
path: root/user/openjdk7/xattr.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-23 19:11:15 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-23 19:11:15 +0000
commit0273b68c9ce66484512d810a98e8a4551e889e1e (patch)
treee35278030dc7b5b246138bb17fe728ab1f4190f7 /user/openjdk7/xattr.patch
parent2a532cb81b163020b1b3348e227b9108a4e5be5f (diff)
downloadpackages-0273b68c9ce66484512d810a98e8a4551e889e1e.tar.gz
packages-0273b68c9ce66484512d810a98e8a4551e889e1e.tar.bz2
packages-0273b68c9ce66484512d810a98e8a4551e889e1e.tar.xz
packages-0273b68c9ce66484512d810a98e8a4551e889e1e.zip
user/openjdk7: move to legacy, only useful for BSing jdk8
Diffstat (limited to 'user/openjdk7/xattr.patch')
-rw-r--r--user/openjdk7/xattr.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/openjdk7/xattr.patch b/user/openjdk7/xattr.patch
deleted file mode 100644
index 258f9f12d..000000000
--- a/user/openjdk7/xattr.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- icedtea-2.6.16/acinclude.m4.old 2019-01-01 20:09:39.127994868 +0000
-+++ icedtea-2.6.16/acinclude.m4 2019-02-27 00:35:33.320000000 +0000
-@@ -2271,7 +2271,7 @@
- dnl Check for syscalls
- AC_CHECK_FUNCS([openat64 fstatat64 fgetxattr fsetxattr fremovexattr flistxattr unlinkat renameat futimesat fdopendir epoll_create epoll_ctl epoll_wait],,
- [AC_MSG_ERROR([Could not find required syscalls; check config.log and use --disable-compile-against-syscalls if necessary.])])
-- AC_CHECK_HEADERS([sys/epoll.h attr/xattr.h],
-+ AC_CHECK_HEADERS([sys/epoll.h sys/xattr.h],
- , [AC_MSG_ERROR([Could not find required system headers; install the appropriate files from glibc-headers, libc6-dev and/or libattr-devel, libattr1-dev or use --disable-compile-against-syscalls if necessary.])])
- ENABLE_SYSCALL_COMPILATION=true
- fi