mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +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:
parent
5d2e3d4321
commit
f043ba33a3
@ -17,7 +17,7 @@ LUA_LDADD=""
|
||||
LUA_LDFLAGS=""
|
||||
LUA_CONFIG=${PKG_CONFIG}
|
||||
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(
|
||||
lua,
|
||||
|
Loading…
x
Reference in New Issue
Block a user