From 57b8d8022cf8444cf59cd20a25cfee491ec88799 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 26 Jun 2019 13:16:27 +0800 Subject: [PATCH] update mqttd, add ID match support --- mqttd/makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mqttd/makefile b/mqttd/makefile index 0d1d30a..e29019b 100644 --- a/mqttd/makefile +++ b/mqttd/makefile @@ -34,7 +34,7 @@ export AS=${CROSS_COMPILE}as export RANLIB=${CROSS_COMPILE}ranlib export STRIP=${CROSS_COMPILE}strip -export CFLAGS +export CFLAGS+=-D_GNU_SOURCE export LDFLAGS @@ -56,7 +56,7 @@ modules: make -C hal make -C lylib - make ${CFLAGS} -C etc + make -C etc cd ${MQTT_LIBPATH} && bash build.sh binary: ${SRCFILES} -- Gitblit v1.9.1