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:
parent
79c0a6f807
commit
f4b6bdc4df
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -158,7 +158,7 @@ osxapp: Build/Standalone Build/OSXMkLibs
|
||||||
rm -f tmp/git-annex.dmg.bz2
|
rm -f tmp/git-annex.dmg.bz2
|
||||||
bzip2 --fast tmp/git-annex.dmg
|
bzip2 --fast tmp/git-annex.dmg
|
||||||
|
|
||||||
ANDROID_FLAGS=Assistant -Pairing -XMPP
|
ANDROID_FLAGS=Assistant -Pairing -XMPP -WebDAV
|
||||||
# Cross compile for Android.
|
# Cross compile for Android.
|
||||||
# Uses https://github.com/neurocyte/ghc-android
|
# Uses https://github.com/neurocyte/ghc-android
|
||||||
android: Build/EvilSplicer
|
android: Build/EvilSplicer
|
||||||
|
|
Loading…
Reference in a new issue