am c30779b9: Oops! I was totally misunderstanding what was going wrong!!
Merge commit 'c30779b9aa9fa2dd7946b8af63a4fb72d50a99dd'
* commit 'c30779b9aa9fa2dd7946b8af63a4fb72d50a99dd':
Oops! I was totally misunderstanding what was going wrong!!
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