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 .
This commit is contained in:
Gianfranco Cecconi 2017-10-13 16:01:59 +01:00 committed by GitHub
parent 5e2bcd0412
commit e19843d9aa

View File

@ -231,6 +231,7 @@ case $(uname -s) in
autoconf \ autoconf \
automake \ automake \
boost-devel \ boost-devel \
boost-static \
cmake \ cmake \
gcc \ gcc \
gcc-c++ \ gcc-c++ \