From c0f88f7501495ddd9b4ca4c6bcaaaba6261e3100 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 13 Jul 2022 17:50:56 +0200 Subject: [PATCH] Influx: Fix Makefile --- influx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influx/Makefile b/influx/Makefile index b08120e..d3720f0 100644 --- a/influx/Makefile +++ b/influx/Makefile @@ -6,7 +6,7 @@ CURL_CFLAGS := $(shell curl-config --cflags) CURL_LIBS := $(shell curl-config --libs) CFLAGS=$(UCW_CFLAGS) $(CURL_CFLAGS) -std=gnu99 -LDFLAGS=$(UCW_LIBS) $(CURL_LIBS) -lmosquitto +LDLIBS=$(UCW_LIBS) $(CURL_LIBS) -lmosquitto all: burrow-influx -- 2.39.2