aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGianfranco Cecconi <giacecco@users.noreply.github.com>2017-10-13 23:01:59 +0800
committerGitHub <noreply@github.com>2017-10-13 23:01:59 +0800
commite19843d9aa8b2ec6acd3ebdfed83eb5b1d4c0dfa (patch)
tree4d8e87f57990c87c0ef6125e7326a871acd0f471 /scripts
parent5e2bcd0412d19d54c6195c9d7c10dc788a73fcc2 (diff)
downloaddexon-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 .
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install_deps.sh1
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++ \