Skip to content

Commit

Permalink
julia: Update post-build fix to current version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
donald committed Jun 30, 2017
1 parent cbb0eac commit 14b2b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions julia.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

###############################################################################
Expand Down

0 comments on commit 14b2b06

Please sign in to comment.