diff --git a/julia.be0 b/julia.be0 index 97e351fa6..f3e29363a 100755 --- a/julia.be0 +++ b/julia.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION julia-0.4.6-0 +# BEE_VERSION julia-0.4.6-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -66,6 +66,12 @@ 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-8.so.0.2.0 + patchelf --remove-rpath $D/$LIBDIR/julia/libpcre2-posix.so.0.0.0 +} + ############################################################################### ## ## Additional hints: