Upgrade pytradfri to 1.0 (#7163)

This commit is contained in:
Paulus Schoutsen 2017-04-18 20:11:18 -07:00 committed by GitHub
parent e4bbbe20dd
commit 4becfb66e3
3 changed files with 5 additions and 5 deletions

View file

@ -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