summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-08 13:43:17 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-08 13:43:17 +0000
commit32a12591d2df43f99b4c5b76e736d22730628b04 (patch)
tree5205f808ee19b6d3840115f3f84dbdd9f7bdf130
parent92ad0e5d0abf4e2b2025f4869503fb9720436b30 (diff)
downloadbluez-tools-32a12591d2df43f99b4c5b76e736d22730628b04.tar.gz
Try adding -lncurses to LIBREADLINE for bt-obex to build
-rw-r--r--bluez-tools.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluez-tools.morph b/bluez-tools.morph
index 4a97009..be364be 100644
--- a/bluez-tools.morph
+++ b/bluez-tools.morph
@@ -4,6 +4,6 @@
"kind": "chunk",
"build-system": "autotools",
"build-commands": [
- "LDFLAGS=\"$LDFLAGS -lncurses\" make"
+ "LDFLAGS=\"$LDFLAGS -lncurses\" LIBREADLINE=\"$LIBREADLINE -lncurses\" make"
]
}