This removes connman's dependency on readline
---
connman.morph | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/connman.morph b/connman.morph
index bdacd4f..3e0962f 100644
--- a/connman.morph
+++ b/connman.morph
@@ -4,6 +4,6 @@
"build-system": "autotools",
"configure-commands": [
"./bootstrap",
- "./configure --prefix=\"$PREFIX\" --disable-wispr
LIBS=-lncurses"
+ "./configure --prefix=\"$PREFIX\" --disable-wispr --disable-client
LIBS=-lncurses"
]
}
--
1.7.10.4