mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
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.
This commit is contained in:
parent
76a77059f3
commit
6c0276ae69
@ -13,6 +13,7 @@ packages:
|
|||||||
- "faketime"
|
- "faketime"
|
||||||
- "bsdmainutils"
|
- "bsdmainutils"
|
||||||
- "zip"
|
- "zip"
|
||||||
|
- "libz-dev"
|
||||||
reference_datetime: "2011-01-30 00:00:00"
|
reference_datetime: "2011-01-30 00:00:00"
|
||||||
remotes: []
|
remotes: []
|
||||||
files:
|
files:
|
||||||
|
Loading…
Reference in New Issue
Block a user