From 14b2b0682a53869fe39afc61e04c648a835bf86f Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 30 Jun 2017 16:11:32 +0200 Subject: [PATCH] julia: Update post-build fix to current version Change filename libpcre2-posix.so.0.0.1 to libpcre2-posix.so.1.0.1 and fix the whitespace. The RPATH issue [1] is only partially fixed [2], the patchelf is still required. [1] https://github.com/JuliaLang/julia/issues/18106 [2] https://github.com/JuliaLang/julia/commit/e576c87fdb04eb00ba20a14e7ec28b5de86775b1 --- julia.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/julia.be0 b/julia.be0 index df1a3416d..77544e1fa 100755 --- a/julia.be0 +++ b/julia.be0 @@ -67,8 +67,8 @@ mee_install() { # by default this may be 'make install DESTDIR="${D}"' mee_install_post() { - # https://github.com/JuliaLang/julia/issues/18106 - patchelf --remove-rpath $D/$LIBDIR/julia/libpcre2-posix.so.0.0.1 + # https://github.com/JuliaLang/julia/issues/18106 + start_cmd patchelf --remove-rpath $D/$LIBDIR/julia/libpcre2-posix.so.1.0.1 } ###############################################################################