diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-02-22 08:12:12 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-02-22 08:18:07 +0100 |
| commit | 6c0276ae69c6cfb9656ef7d7bf1239b299475866 (patch) | |
| tree | ac3d92bd2ebaa340e36a82fbc1a275428dbc2a92 /contrib/gitian-descriptors/boost-linux.yml | |
| parent | Merge pull request #2910 (diff) | |
| download | discoin-6c0276ae69c6cfb9656ef7d7bf1239b299475866.tar.xz discoin-6c0276ae69c6cfb9656ef7d7bf1239b299475866.zip | |
gitian: add libz-dev dependency package for linux boost
Boost iostreams was picking up libz-dev in VirtualBox, as the recommended
way to build is now to make a VM with all dependency packages installed.
This caused a divergence between KVM/LXC build and VirtualBox
build results.
Fix this in the simplest possible way: add the libz-dev package.
Diffstat (limited to 'contrib/gitian-descriptors/boost-linux.yml')
| -rw-r--r-- | contrib/gitian-descriptors/boost-linux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gitian-descriptors/boost-linux.yml b/contrib/gitian-descriptors/boost-linux.yml index a538ff30a..bd3534633 100644 --- a/contrib/gitian-descriptors/boost-linux.yml +++ b/contrib/gitian-descriptors/boost-linux.yml @@ -13,6 +13,7 @@ packages: - "faketime" - "bsdmainutils" - "zip" +- "libz-dev" reference_datetime: "2011-01-30 00:00:00" remotes: [] files: |