Upgrade pytradfri to 1.0 (#7163)
This commit is contained in:
parent
e4bbbe20dd
commit
4becfb66e3
3 changed files with 5 additions and 5 deletions
|
@ -9,6 +9,6 @@ apt-get install -y --no-install-recommends git autoconf automake libtool
|
|||
git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git
|
||||
cd libcoap
|
||||
./autogen.sh
|
||||
./configure --disable-documentation --disable-shared
|
||||
./configure --disable-documentation --disable-shared --without-debug CFLAGS="-D COAP_DEBUG_FD=stderr"
|
||||
make
|
||||
make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue