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

Commit

Permalink
Merge pull request #162 from LiskHQ/153-Fix_Rpath
Browse files Browse the repository at this point in the history
Clear specific files rpath values - Closes #153
  • Loading branch information
Isabella Dell authored Jul 3, 2017
2 parents 681295c + 7884b5a commit 0060def
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 0060def

Please sign in to comment.