Skip to content

Commit

Permalink
feat(dist): re-enable ngx_devel_kit_module
Browse files Browse the repository at this point in the history
### Summary

Re-enables `ngx_devel_kit_module`.

This was originally disabled in:
#10315

NDK is needed for `set_by_lua`, which is the reason we re-enable it,
even when Kong doesn't use it, and can only be used through Nginx
configuration injections or custom Kong Nginx templates.

### Issues Resolved

Fix #11455

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle committed Aug 25, 2023
1 parent 3bf77d7 commit b64dc3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/openresty/BUILD.openresty.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ CONFIGURE_OPTIONS = [
"--without-http_redis_module",
"--without-http_rds_json_module",
"--without-http_rds_csv_module",
"--without-ngx_devel_kit_module",
"--with-luajit=$$EXT_BUILD_DEPS$$/luajit",
"--with-cc-opt=\"-I$$EXT_BUILD_DEPS$$/pcre/include\"",
"--with-cc-opt=\"-I$$EXT_BUILD_DEPS$$/openssl/include\"",
Expand Down

0 comments on commit b64dc3c

Please sign in to comment.