Dynamic modules: perl.

This commit is contained in:
Ruslan Ermilov
2016-02-26 14:27:04 +03:00
parent 39b78fdf96
commit 89b8f57768
9 changed files with 39 additions and 20 deletions

View File

@@ -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
;;