BlackZork / mqmgateway

MQTT gateway for modbus networks
GNU Affero General Public License v3.0
44 stars 20 forks source link

Fix build on Alpine Linux #7

Closed alufers closed 1 year ago

alufers commented 2 years ago

This pull request fixes the build of mqmgateway on Alpine Linux.

I have replaced two usages of u_int16_t with uint16_t (u_int16_t seems to only work with glibc) and I have fixed how yaml-cpp is being linked.