diff options
author | Joey Hess <id@joeyh.name> | 2014-12-03 19:21:29 -0400 |
---|---|---|
committer | Joey Hess <id@joeyh.name> | 2014-12-03 19:21:29 -0400 |
commit | f48b6fc2f3fb1c1a155ac7406de1b9b2bd76f29b (patch) | |
tree | 2c7d25791aea4a69b3be73d1fe225e7bca8c4d83 /standalone | |
parent | 88cf30db1588dd576ce5f2bedec0ff7bca2b144f (diff) |
update for debian jessie, which has libgnutls28-dev, not libgnutls-dev
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/buildchroot-inchroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/buildchroot-inchroot b/standalone/android/buildchroot-inchroot index 8300999b5..69653b758 100755 --- a/standalone/android/buildchroot-inchroot +++ b/standalone/android/buildchroot-inchroot @@ -16,7 +16,7 @@ apt-get -y install build-essential ghc git libncurses5-dev cabal-install apt-get -y install happy alex apt-get -y install llvm-3.4 apt-get -y install ca-certificates curl file m4 autoconf zlib1g-dev -apt-get -y install libgnutls-dev libxml2-dev libgsasl7-dev pkg-config c2hs +apt-get -y install libgnutls28-dev libxml2-dev libgsasl7-dev pkg-config c2hs apt-get -y install ant default-jdk rsync wget gnupg lsof apt-get -y install gettext unzip python apt-get -y install locales automake |