diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-18 20:37:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-18 20:37:41 -0400 |
commit | 6e03a99ebd0cb206c939aa47efecb3600d49230c (patch) | |
tree | 95b1ea9da71c4c66341d20ee505f031c6f11239c | |
parent | dffdbf22758b8e4c90b9447f7aa94478a2318a86 (diff) |
disable WebDAV on Android; fails to link due to missing symbols
Seems the haskell network library wants to use some DNS lookup
stuff that is not in android libc.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ osxapp: Build/Standalone Build/OSXMkLibs rm -f tmp/git-annex.dmg.bz2 bzip2 --fast tmp/git-annex.dmg -ANDROID_FLAGS=Assistant -Pairing -XMPP +ANDROID_FLAGS=Assistant -Pairing -XMPP -WebDAV # Cross compile for Android. # Uses https://github.com/neurocyte/ghc-android android: Build/EvilSplicer |