summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-18 20:37:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-18 20:37:41 -0400
commit6e03a99ebd0cb206c939aa47efecb3600d49230c (patch)
tree95b1ea9da71c4c66341d20ee505f031c6f11239c /Makefile
parentdffdbf22758b8e4c90b9447f7aa94478a2318a86 (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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76722179d..b3fdd8ea5 100644
--- a/Makefile
+++ b/Makefile
@@ -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