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.
This commit is contained in:
Joey Hess 2013-04-18 20:37:41 -04:00
parent 79c0a6f807
commit f4b6bdc4df

View file

@ -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