fix gnutls to link, again

I don't know why, but I keep finding that the way I hacked this to work
before doesn't work and a new way is needed. Perhaps changes to cabal made
my old hacks break?
This commit is contained in:
Joey Hess 2014-05-26 17:56:41 -04:00
parent 69f793a2b2
commit ba1e14d502
Failed to extract signature
2 changed files with 17 additions and 11 deletions

View file

@ -27,9 +27,9 @@ of Bath CS department.
git-annex can be built from source for Android.
1. Run `standalone/android/buildchroot` as root (requires debootstrap).
This builds a chroot with an `androidbuilder` user.
This builds a chroot with an `builder` user.
The rest of the build will run in this chroot as that user.
2. Then run `standalone/android/install-haskell-packages`
2. In the chroot, run `standalone/android/install-haskell-packages`
Note that this will break from time to time as new versions of packages
are released, and the patches it applies have to be updated when
this happens.