When build statically it is supposed to use bundled mosquitto and build it from sources.
Currently mqtt won't build statically, if there is no libmosquitto installed on the system (specifically no mosquitto.h header file).
So I added a directory to include mosquitto header from bundled one.
Also I removed all rockspecs from rockpecs directory and keep only latest (scm-1) rockpec in the project root. This way recently became common to all tarantool modules. Trying to made it consistent.
When build statically it is supposed to use bundled mosquitto and build it from sources.
Currently
mqtt
won't build statically, if there is no libmosquitto installed on the system (specifically nomosquitto.h
header file).So I added a directory to include mosquitto header from bundled one.
Also I removed all rockspecs from
rockpecs
directory and keep only latest (scm-1
) rockpec in the project root. This way recently became common to all tarantool modules. Trying to made it consistent.