mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 10:23:38 +02:00
BUILD: deviceatlas: fix empty "-I" left on CFLAGS
The previous fix was incomplete, there was a leftover CURL_INC on the CFLAGS which breaks Lua.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user