mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
nginx: adds lua support
This commit is contained in:
committed by
Felipe Zimmerle
parent
5046c8327e
commit
da16d9e5d5
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
dependencies='apr-1 apr-util-1 libxml-2.0'
|
dependencies='apr-1 apr-util-1 libxml-2.0 lua5.1'
|
||||||
|
|
||||||
if [ ! -e "$ngx_addon_dir/../../standalone/.libs/standalone.a" ]
|
if [ ! -e "$ngx_addon_dir/../../standalone/.libs/standalone.a" ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user