]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: deviceatlas: fix empty "-I" left on CFLAGS
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Jan 2024 18:46:59 +0000 (19:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Jan 2024 18:46:59 +0000 (19:46 +0100)
The previous fix was incomplete, there was a leftover CURL_INC on the
CFLAGS which breaks Lua.

addons/deviceatlas/Makefile.inc

index 8b29559f2255056ecd8bf91c97f58ec921407353..07d950a14283156a25d439438f2aed3a4f4e2f33 100644 (file)
@@ -10,7 +10,7 @@ else
 DEVICEATLAS_INC = $(DEVICEATLAS_SRC)
 DEVICEATLAS_LIB = $(DEVICEATLAS_SRC)
 OPTIONS_LDFLAGS += -lpthread
-OPTIONS_CFLAGS  += -I$(DEVICEATLAS_INC) -I$(CURL_INC)
+OPTIONS_CFLAGS  += -I$(DEVICEATLAS_INC)
 ifeq ($(DEVICEATLAS_NOCACHE),)
 CXXFLAGS        := $(OPTIONS_CFLAGS) -std=gnu++11
 OPTIONS_OBJS    += $(DEVICEATLAS_SRC)/dacache.o