summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-09 09:43:58 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-09 09:43:58 +0100
commit9215897404537a84971d501a365bbe5451c94cf0 (patch)
treed2dee2b299478157d9f83f09bb6a5c76130fe197 /cscript
parent604e8aae4fc6ed22f9051173b11f509d178617c7 (diff)
Try to fix Ubuntu 12.04 build to use boost 1.48.
Diffstat (limited to 'cscript')
-rw-r--r--cscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/cscript b/cscript
index 3e86f6f15..0471138e3 100644
--- a/cscript
+++ b/cscript
@@ -17,15 +17,15 @@ deb_depends = dict()
deb_depends['12.04'] = {'libc6': '2.15',
'libssh-4': '0.5.2',
- 'libboost-filesystem1.46.1': '1.46.1',
- 'libboost-thread1.46.1': '1.46.1',
+ 'libboost-filesystem1.48.0': '1.48.0-3',
+ 'libboost-thread1.48.0': '1.48.0-3',
'libsndfile1': '1.0.25',
'libmagick++4': '8:6.6.9.7',
'libxml++2.6-2': '2.34.1',
'libgtk2.0-0': '2.24.10',
'libxmlsec1': '1.2.14-1.2build1',
'libxmlsec1-openssl': '1.2.14-1.2build1',
- 'libboost-date-time1.46.1': '1.46.1',
+ 'libboost-date-time1.48.0': '1.48.0-3',
'libcurl3': '7.22.0-3ubuntu4',
'libzip2': '0.10-1ubuntu1'}