neutils/mqttc: Update to version 1.1.5
and remove the temp change Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
3638f1c3fa
commit
0f7ee888d4
@ -13,6 +13,6 @@ if NETUTILS_MQTTC
|
||||
|
||||
config NETUTILS_MQTTC_VERSION
|
||||
string "MQTT-C Version"
|
||||
default "1.1.4"
|
||||
default "1.1.5"
|
||||
|
||||
endif
|
||||
|
@ -21,9 +21,6 @@
|
||||
ifneq ($(CONFIG_NETUTILS_MQTTC),)
|
||||
CONFIGURED_APPS += $(APPDIR)/netutils/mqttc
|
||||
|
||||
CFLAGS += -D__unix__
|
||||
CXXFLAGS += -D__unix__
|
||||
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" \
|
||||
$(APPDIR)/netutils/mqttc/MQTT-C/include}
|
||||
CXXFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user