Skip to content

julia: remove leftover RPATH from pcre shared libraries #92

Merged
merged 1 commit into from
Aug 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.)
@@ -66,6 +66,12 @@ mee_install() {
}
# by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the URL of the GitHub Julia issue here as a comment?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did so.

# 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: