1
0
mirror of https://github.com/eclipse/mosquitto.git synced 2025-05-09 01:01:11 +08:00

Enable ADNS for the snap.

This commit is contained in:
Roger A. Light 2018-08-29 10:07:33 +01:00
parent f6f509031a
commit a127a28f6a

View File

@ -45,7 +45,7 @@ parts:
after:
- lws
plugin: make
make-parameters: ["prefix=/usr", "WITH_WEBSOCKETS=yes", "CFLAGS=-Wall -ggdb -O2 -I$SNAPCRAFT_STAGE"]
make-parameters: ["prefix=/usr", "WITH_WEBSOCKETS=yes", "WITH_ADNS=yes", "CFLAGS=-Wall -ggdb -O2 -I$SNAPCRAFT_STAGE -D_GNU_SOURCE"]
source: https://github.com/eclipse/mosquitto
source-type: git