BUILD: add USE_LUA to BUILD_OPTIONS when it's used
haproxy -vv doesn't indicate that USE_LUA was specified at compilation time. This is caused by the Makefile, which doesn't update BUILD_OPTIONS.
This commit is contained in:
parent
c8fdb983c5
commit
8e441fb4ed
1
Makefile
1
Makefile
@ -595,6 +595,7 @@ endif
|
||||
ifneq ($(USE_LUA),)
|
||||
check_lua_lib = $(shell echo "int main(){}" | $(CC) -o /dev/null -x c - $(2) -l$(1) 2>/dev/null && echo $(1))
|
||||
|
||||
BUILD_OPTIONS += $(call ignore_implicit,USE_LUA)
|
||||
OPTIONS_CFLAGS += -DUSE_LUA $(if $(LUA_INC),-I$(LUA_INC))
|
||||
LUA_LD_FLAGS := $(if $(LUA_LIB),-L$(LUA_LIB))
|
||||
ifeq ($(LUA_LIB_NAME),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user