Skip to content

Commit 01851ce

Browse files
committed
removed --add-dynamic-module=PATH from the developer build script.
1 parent d4cf157 commit 01851ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

util/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ ngx-build $force $version \
2121
--without-http_autoindex_module \
2222
--without-http_auth_basic_module \
2323
--without-http_userid_module \
24-
--add-dynamic-module=$root/../ndk-nginx-module \
24+
--add-module=$root/../ndk-nginx-module \
2525
--add-module=$root/../echo-nginx-module \
26-
--add-dynamic-module=$root/../lua-nginx-module \
27-
--add-dynamic-module=$root/../set-misc-nginx-module \
28-
--add-dynamic-module=$root \
26+
--add-module=$root/../lua-nginx-module \
27+
--add-module=$root/../set-misc-nginx-module \
28+
--add-module=$root \
2929
--with-debug
3030
#--add-module=$home/work/ndk \
3131
#--without-http_ssi_module # we cannot disable ssi because echo_location_async depends on it (i dunno why?!)

0 commit comments

Comments
 (0)