diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-02-22 08:12:12 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-02-22 08:18:07 +0100 |
commit | 6c0276ae69c6cfb9656ef7d7bf1239b299475866 (patch) | |
tree | ac3d92bd2ebaa340e36a82fbc1a275428dbc2a92 /contrib/gitian-descriptors | |
parent | 76a77059f361f3c700a550c11adf567bafebbd00 (diff) |
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')
-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 a538ff30a8..bd35346337 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: |