summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-05-22 15:14:22 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-25 11:43:12 +0000
commit9951ba7a0353cfc884e96833c64e58c1bcae3f44 (patch)
treec730c9a47cc59e56a376fdb1e07beae3a35545e6
parent2f094b47333192badbfd6d3735ee6ec84cc22f07 (diff)
downloadconnman-baserock/1.24.tar.gz
Disable connman client toolbaserock/1.24
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"
]
}