mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Dynamic modules: perl.
This commit is contained in:
@@ -40,7 +40,7 @@ if [ "$ngx_module_link" = DYNAMIC ]; then
|
||||
do
|
||||
case $lib in
|
||||
|
||||
LIBXSLT | LIBGD | GEOIP)
|
||||
LIBXSLT | LIBGD | GEOIP | PERL)
|
||||
libs="$libs \$NGX_LIB_$lib"
|
||||
|
||||
if eval [ "\$USE_${lib}" = NO ] ; then
|
||||
@@ -48,7 +48,7 @@ if [ "$ngx_module_link" = DYNAMIC ]; then
|
||||
fi
|
||||
;;
|
||||
|
||||
PCRE | OPENSSL | MD5 | SHA1 | ZLIB | PERL)
|
||||
PCRE | OPENSSL | MD5 | SHA1 | ZLIB)
|
||||
eval USE_${lib}=YES
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user