diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-15 19:11:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-15 19:11:09 -0400 |
commit | b7afd7a5cb16fc1c38c9090d84c92df1d59c5ae9 (patch) | |
tree | 01996d7e64743d6a35447d79ebf9e24426dd1ab3 /standalone/android/install-haskell-packages | |
parent | db60c4d9cd78b769b1c94d1f1b6d6cbf2a66ab03 (diff) |
add DNS library to Android build environment
Diffstat (limited to 'standalone/android/install-haskell-packages')
-rwxr-xr-x | standalone/android/install-haskell-packages | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index f9b34acb3..80c7d88c2 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -157,6 +157,8 @@ install_pkgs () { unpatched SHA-1.6.1 onlycross unpatched data-endian-0.0.1 unpatched hinotify-0.3.5 + patched iproute 1.2.11 + unpatched DNS cd .. rm -rf tmp |