From 69ff0af8179ddb36c2cc86ab2b42fe17dabc0bf7 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 6 Mar 2020 23:23:00 +0000 Subject: lang/intel-compute-runtime: update to 20.09.15980 Changes: https://github.com/intel/compute-runtime/compare/20.08.15750...20.09.15980 Reported by: GitHub (watch releases) --- lang/intel-compute-runtime/files/patch-rtld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/intel-compute-runtime/files/patch-rtld') diff --git a/lang/intel-compute-runtime/files/patch-rtld b/lang/intel-compute-runtime/files/patch-rtld index 661fdbc12333..0bf71919aea1 100644 --- a/lang/intel-compute-runtime/files/patch-rtld +++ b/lang/intel-compute-runtime/files/patch-rtld @@ -5,8 +5,8 @@ core/os_interface/linux/os_library_linux.cpp:35:49: error: 'RTLD_DEEPBIND' was n 35 | constexpr auto dlopenFlag = RTLD_LAZY | RTLD_DEEPBIND; | ^~~~~~~~~~~~~ ---- core/os_interface/linux/os_library_linux.cpp.orig 2019-11-29 14:23:34 UTC -+++ core/os_interface/linux/os_library_linux.cpp +--- shared/source/os_interface/linux/os_library_linux.cpp.orig 2020-02-28 16:16:42 UTC ++++ shared/source/os_interface/linux/os_library_linux.cpp @@ -29,7 +29,7 @@ OsLibrary::OsLibrary(const std::string &name) { if (name.empty()) { this->handle = dlopen(0, RTLD_LAZY); -- cgit v1.2.3