mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-07 23:06:19 +03:00
Adds .a to the list of expected liblua extension
While download and installed on MacOS, liblua5.1, by default, place itself, under the folder /usr/local/lib with the extension: .a.
This commit is contained in:
@@ -17,7 +17,7 @@ LUA_LDADD=""
|
|||||||
LUA_LDFLAGS=""
|
LUA_LDFLAGS=""
|
||||||
LUA_CONFIG=${PKG_CONFIG}
|
LUA_CONFIG=${PKG_CONFIG}
|
||||||
LUA_PKGNAMES="lua5.1 lua-5.1 lua_5.1 lua-51 lua_51 lua51 lua5 lua"
|
LUA_PKGNAMES="lua5.1 lua-5.1 lua_5.1 lua-51 lua_51 lua51 lua5 lua"
|
||||||
LUA_SONAMES="so la sl dll dylib"
|
LUA_SONAMES="so la sl dll dylib a"
|
||||||
|
|
||||||
AC_ARG_WITH(
|
AC_ARG_WITH(
|
||||||
lua,
|
lua,
|
||||||
|
Reference in New Issue
Block a user