tarantool / mqtt

Tarantool MQTT client
tarantool.org
BSD 2-Clause "Simplified" License
38 stars 10 forks source link

Fix staticbuild includes #34

Closed RunsFor closed 5 years ago

RunsFor commented 5 years ago

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.