On 22/05/2013 16:37, Jonathan Maw wrote:
---
bluez-tools.morph | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bluez-tools.morph b/bluez-tools.morph
index cffb630..e8e1607 100644
--- a/bluez-tools.morph
+++ b/bluez-tools.morph
@@ -6,7 +6,7 @@
"configure-commands": [
"sed -i -e 's/-lreadline/-lreadline -lncurses/g'
configure.ac",
"./autogen.sh",
- "./configure --prefix=\"$PREFIX\""
+ "./configure --prefix=\"$PREFIX\" --disable-obex"
],
"build-commands": [
"LDFLAGS=\"$LDFLAGS -lncurses\" make"
After the readline discussion, I'm not clear whether it may be more
appropriate to exclude bluez-tools from production altogether?