summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-06 15:18:19 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-06 15:18:19 +0100
commitc44f04e875089754cc68d5e8767badd2f1157d94 (patch)
tree7b2ae289f1b3135bd5d4b1dfb088cdcf93e93662
parente08eb3d6d9512bc5595b32c4b85645805434a196 (diff)
Try to fix debian unstable 64-bit build.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b0188bc86..2338b0ab9 100644
--- a/cscript
+++ b/cscript
@@ -28,7 +28,7 @@ deb_build_depends = {'debhelper', 'python', 'g++', 'pkg-config', 'libsndfile1-de
deb_depends = dict()
-deb_depends_base = ['libc6', 'libssh-4', 'libsndfile1', 'libsamplerate0', 'libxmlsec1', 'libxmlsec1-openssl', 'libcurl3', 'libgtk2.0-0']
+deb_depends_base = ['libc6', 'libsndfile1', 'libsamplerate0', 'libxmlsec1', 'libxmlsec1-openssl', 'libcurl3', 'libgtk2.0-0']
deb_depends['12.04'] = copy.deepcopy(deb_depends_base)
deb_depends['12.04'].extend(['libssh-4',