summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-05-22 15:14:22 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-05-22 15:14:24 +0000
commitd6117b2bfd0bca8dff2410c033d6145138e9104c (patch)
treebcc868a4bca5cc21ff5a7048c3bfb4f66188c913
parentb505c3f7a1f3e138937e69b67a62e203d770e74d (diff)
downloadconnman-d6117b2bfd0bca8dff2410c033d6145138e9104c.tar.gz
Disable connman client tool
This removes connman's dependency on readline
-rw-r--r--connman.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/connman.morph b/connman.morph
index bdacd4fc..3e0962fe 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"
]
}