Decrease number of installed packages for Linux Gitian build.
authorMatt Corallo <matt@bluematt.me>
Mon, 24 Oct 2011 14:43:38 +0000 (10:43 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Tue, 25 Oct 2011 15:52:51 +0000 (11:52 -0400)
contrib/gitian-descriptors/gitian.yml

index fea3f50..4e1da91 100644 (file)
@@ -9,7 +9,10 @@ packages:
 - "libdb4.8++-dev"
 - "qt4-qmake"
 - "libqt4-dev"
-- "libboost-all-dev"
+- "libboost-system-dev"
+- "libboost-filesystem-dev"
+- "libboost-program-options-dev"
+- "libboost-thread-dev"
 - "libssl-dev"
 - "git-core"
 - "unzip"