am 0d04c4ca: fix bug 2015059: where the native sqlite comparison method phone_number_compare() treated all alpha addresses as the same phone number.

Merge commit '0d04c4caa9c0464f555eed458abf2ac7d997ad7d' into eclair

* commit '0d04c4caa9c0464f555eed458abf2ac7d997ad7d':
  fix bug 2015059: where the native sqlite comparison method phone_number_compare() treated all alpha addresses as the same phone number.
diff --git a/dist/Android.mk b/dist/Android.mk
index b7aad30..0200276 100644
--- a/dist/Android.mk
+++ b/dist/Android.mk
@@ -103,7 +103,7 @@
 LOCAL_LDLIBS += -lpthread -ldl
 
 ifneq ($(strip $(have_readline)),)
-LOCAL_LDLIBS += -lreadline
+LOCAL_LDLIBS += -lreadline -lncurses
 endif
 ifneq ($(strip $(have_history)),)
 LOCAL_LDLIBS += -lhistory