From 934df81c5296f61b6b4cbc5e9fd25c98cdd5993e Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Fri, 6 Jan 2023 13:39:24 +0100 Subject: Preserve mqtt messages in service context --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 674f704..d055f73 100644 --- a/makefile +++ b/makefile @@ -13,6 +13,9 @@ obj+=\ libs:=\ luajit +CFLAGS+=\ + -D_GNU_SOURCE + CFLAGS+=$(shell pkg-config --cflags $(libs)) LDFLAGS+=$(shell pkg-config --libs $(libs)) -- cgit v1.2.3