diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-06 15:18:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-06 15:18:19 +0100 |
| commit | c44f04e875089754cc68d5e8767badd2f1157d94 (patch) | |
| tree | 7b2ae289f1b3135bd5d4b1dfb088cdcf93e93662 | |
| parent | e08eb3d6d9512bc5595b32c4b85645805434a196 (diff) | |
Try to fix debian unstable 64-bit build.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
