diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-06 23:23:00 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-06 23:23:00 +0000 |
commit | 69ff0af8179ddb36c2cc86ab2b42fe17dabc0bf7 (patch) | |
tree | 0a017f82ea231557ce556c66ecd7cee5611c43e5 /lang/intel-compute-runtime/files/patch-rtld | |
parent | devel/intel-graphics-compiler: update to 1.0.3445 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=527902
Diffstat (limited to '')
-rw-r--r-- | lang/intel-compute-runtime/files/patch-rtld | 4 |
1 files changed, 2 insertions, 2 deletions
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); |