Here is my quick and dirty patch to link libgmp statically (it's not perfect, but just works):
cd steem
cd libraries/fc
git checkout master
git pull
git remote add abit https://github.com/abitmore/fc.git
git fetch abit
git merge -m "merge abit/libgmp-static" abit/libgmp-static
cd ../..
cmake ...