build mosquitto with websockets support
This commit is contained in:
parent
3ca2248685
commit
4b3b23d1a0
@ -28,6 +28,7 @@ build:
|
||||
- BUILD_DIR=`pwd`
|
||||
- pushd parts/mosquitto
|
||||
- sed -i 's,prefix=/usr/local,prefix=/opt,' config.mk
|
||||
- sed -i 's,WITH_WEBSOCKETS:=no,WITH_WEBSOCKETS:=yes,' config.mk
|
||||
- env DESTDIR=$BUILD_DIR make
|
||||
- env DESTDIR=$BUILD_DIR make install
|
||||
- popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user