haproxy: fix lua option (#30045)

Apparently I missed one in #28324.

Closes #30038.
This commit is contained in:
Dominyk Tiller 2018-07-13 19:29:19 +01:00 committed by ilovezfs
parent 431739ff97
commit d19b9b4da1

View file

@ -31,7 +31,7 @@ class Haproxy < Formula
lua = Formula["lua"]
args << "USE_LUA=1"
args << "LUA_LIB=#{lua.opt_lib}"
args << "LUA_INC=#{lua.opt_include}"
args << "LUA_INC=#{lua.opt_include}/lua"
args << "LUA_LD_FLAGS=-L#{lua.opt_lib}"
end