diff options
author | Gianfranco Cecconi <giacecco@users.noreply.github.com> | 2017-10-13 23:01:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 23:01:59 +0800 |
commit | e19843d9aa8b2ec6acd3ebdfed83eb5b1d4c0dfa (patch) | |
tree | 4d8e87f57990c87c0ef6125e7326a871acd0f471 | |
parent | 5e2bcd0412d19d54c6195c9d7c10dc788a73fcc2 (diff) | |
download | dexon-solidity-e19843d9aa8b2ec6acd3ebdfed83eb5b1d4c0dfa.tar.gz dexon-solidity-e19843d9aa8b2ec6acd3ebdfed83eb5b1d4c0dfa.tar.zst dexon-solidity-e19843d9aa8b2ec6acd3ebdfed83eb5b1d4c0dfa.zip |
Added boost-static to Fedora dependencies
This fixes potential _cmake_ stage of the build, as documented here https://github.com/ethereum/solidity/issues/3071#issuecomment-336477742 .
-rwxr-xr-x | scripts/install_deps.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 01dee81d..49f864a0 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -231,6 +231,7 @@ case $(uname -s) in autoconf \ automake \ boost-devel \ + boost-static \ cmake \ gcc \ gcc-c++ \ |