From e19843d9aa8b2ec6acd3ebdfed83eb5b1d4c0dfa Mon Sep 17 00:00:00 2001 From: Gianfranco Cecconi Date: Fri, 13 Oct 2017 16:01:59 +0100 Subject: [PATCH] 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 . --- scripts/install_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 01dee81d6..49f864a06 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++ \