diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-22 22:43:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-22 22:43:09 -0400 |
commit | 687847e3afd2e078b75fc47bbf22d337939c0505 (patch) | |
tree | 75c1288a7970f47dded6e7b4753c507582739c8b /standalone | |
parent | 9a9bedb2196b28e9af2860334e721cc2ebfb86e9 (diff) |
need gettext to build gnupg
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/buildchroot-inchroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/standalone/android/buildchroot-inchroot b/standalone/android/buildchroot-inchroot index 1833c04a2..7603f1492 100755 --- a/standalone/android/buildchroot-inchroot +++ b/standalone/android/buildchroot-inchroot @@ -14,7 +14,8 @@ apt-get -y install build-essential ghc git libncurses5-dev cabal-install apt-get -y install llvm-3.0 # not 3.1; buggy on arm. 3.2 is ok too 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 ant default-jdk rsync wget gnupg lsof unzip +apt-get -y install ant default-jdk rsync wget gnupg lsof +apt-get -y install gettext unzip apt-get clean wget http://snapshot.debian.org/archive/debian/20130903T155330Z/pool/main/a/automake-1.14/automake_1.14-1_all.deb dpkg -i automake*.deb |