From 0d723e736e85ddf104e7cdffda207fc29502b080 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 19 Apr 2013 17:52:52 -0400 Subject: [PATCH] blog for the day --- doc/design/assistant/android.mdwn | 3 --- doc/design/assistant/blog/day_242__more_porting.mdwn | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 doc/design/assistant/blog/day_242__more_porting.mdwn diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn index ad22531264..a13bb19e4a 100644 --- a/doc/design/assistant/android.mdwn +++ b/doc/design/assistant/android.mdwn @@ -34,9 +34,6 @@ transfers when not on wifi. This may need to be configurable. and a few places use it. * XMPP support. I got all haskell libraries installed, but it fails to find several C libraries at link time. -* WebDAV. All haskell libraries are installed, but it fails at link - time due to some missing symbols that are not in the Android libc. - (DNS lookup stuff) * Get local pairing to work. network-multicast and network-info don't currently install. * Get test suite to pass. Current failure is because `git fetch` is somehow diff --git a/doc/design/assistant/blog/day_242__more_porting.mdwn b/doc/design/assistant/blog/day_242__more_porting.mdwn new file mode 100644 index 0000000000..89fbfea0f1 --- /dev/null +++ b/doc/design/assistant/blog/day_242__more_porting.mdwn @@ -0,0 +1,4 @@ +Got WebDAV enabled in the Android build. Had to deal with some system calls +not available in Android's libc. + +New poll: [[polls/Android_default_directory]]