diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-15 20:01:27 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-16 12:45:03 +0100 |
commit | 64be7f7892d00734ae33e8a16ed5f80d23a981dd (patch) | |
tree | a51aec461beb637ca0081bd35ab5235364ec6531 /doc/release-process.md | |
parent | 7eb99a844f6048bc1e1f7c67c7189de819453e44 (diff) |
gitian: Build boost dependency for linux
Instead of using the boost provided by Ubuntu 12.04, build our own
dependency like we do for Windows.
This allows using a much newer version (1.55 versus 1.46) as well as
building with `-fPIC` so that `-pie` can be used in the x86-64 build.
Diffstat (limited to 'doc/release-process.md')
-rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 4281936819..7fccf2172e 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -53,6 +53,8 @@ Release Process cd .. ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-linux.yml mv build/out/bitcoin-deps-*.zip inputs/ + ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/boost-linux.yml + mv build/out/boost-linux-*.zip inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/boost-win32.yml mv build/out/boost-win32-*.zip inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-win32.yml |