julia: fix patch (#31515)

This commit is contained in:
Michael Kuhn 2022-07-11 16:13:47 +02:00 committed by GitHub
parent 92dfe7f25b
commit 359d094528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ class Julia(MakefilePackage):
# Don't make julia run patchelf --set-rpath on llvm (presumably this should've
# only applied to libllvm when it's vendored by julia).
patch('revert-fix-rpath-of-libllvm.patch', when='@1.7.0:1.7')
patch('revert-fix-rpath-of-libllvm.patch', when='@1.7.0:1.7.2')
# Allow build with clang.
patch('gcc-ifdef.patch', when='@1.7.0:1.7')