ports/www/nginx-devel/files/patch-auto-make
2016-02-26 23:19:45 +00:00

15 lines
417 B
Text

--- auto/make Thu Feb 25 16:28:42 2016 +0300
+++ auto/make Thu Feb 25 15:22:05 2016 +0300
@@ -437,9 +437,9 @@
# the addons config.make
-if test -n "$NGX_ADDONS"; then
+if test -n "$NGX_ADDONS$DYNAMIC_ADDONS"; then
- for ngx_addon_dir in $NGX_ADDONS
+ for ngx_addon_dir in $NGX_ADDONS $DYNAMIC_ADDONS
do
if test -f $ngx_addon_dir/config.make; then
. $ngx_addon_dir/config.make