summaryrefslogtreecommitdiff
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 2cd878ad4a59..38a4fc023e02 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -197,6 +197,12 @@ _addextmod= add-module
CONFIGURE_ARGS+= --with-${mod}${_addbasemod}
.endfor
+# Some modules depend on other being there before, for example, devel_kit needs
+# to be there before a few other.
+.for mod in ${FIRST_DSO_EXTMODS}
+CONFIGURE_ARGS+= --${_addextmod}=${WRKSRC_${mod}}${${mod:tu}_SUBDIR}
+.endfor
+
.for mod in ${DSO_EXTMODS}
CONFIGURE_ARGS+= --${_addextmod}=${WRKSRC_${mod}}${${mod:tu}_SUBDIR}
.endfor