Skip to content

Commit

Permalink
Merge pull request #92 from mariux64/julia
Browse files Browse the repository at this point in the history
julia: Remove leftover RPATH from pcre shared libraries
  • Loading branch information
pmenzel authored Aug 18, 2016
2 parents 37a479d + afaf258 commit 2568584
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion julia.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2568584

Please sign in to comment.