commit | 4ede0ae3b6f685482036f360e319a511b4b0dd75 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Sun Nov 15 12:06:08 2009 -0800 |
committer | Jean-Baptiste Queru <jbq@google.com> | Sun Nov 15 12:06:08 2009 -0800 |
tree | 7aea7b559099a4f01a121e2d53a438fdaccf4168 | |
parent | c128d5e0edcf0259dab850e440004904bde31808 [diff] | |
parent | 327380bac7468a812eadec7fc6a291441e5eb734 [diff] |
merge from eclair
diff --git a/dist/Android.mk b/dist/Android.mk index 0200276..c470bfe 100644 --- a/dist/Android.mk +++ b/dist/Android.mk
@@ -100,7 +100,10 @@ LOCAL_CFLAGS += -DHAVE_READLINE=1 endif -LOCAL_LDLIBS += -lpthread -ldl +LOCAL_LDLIBS += -lpthread +ifneq ($(HOST_OS),freebsd) +LOCAL_LDLIBS += -ldl +endif ifneq ($(strip $(have_readline)),) LOCAL_LDLIBS += -lreadline -lncurses