Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Clear specific files rpath values
Browse files Browse the repository at this point in the history
  • Loading branch information
isabello committed Jun 30, 2017
1 parent 681295c commit 7884b5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ if [ ! -d "$BUILD_NAME/node_modules" ]; then

if [[ "$(uname)" == "Linux" ]]; then
chrpath -d "$(pwd)/node_modules/sodium/deps/libsodium/test/default/.libs/"*
chrpath -d "$(pwd)/lib/"*
chrpath -d "$(pwd)/lib/libreadline.so.7.0"
chrpath -d "$(pwd)/lib/libhistory.so.7.0"
fi # Change rpaths on linux

cd ../ || exit 2
Expand Down

0 comments on commit 7884b5a

Please sign in to comment.