From 03b90357555b3826f55ad7133e7eb67e9dd6f90c Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Fri, 25 Aug 2023 11:37:53 +0300 Subject: [PATCH] feat(dist): re-enable ngx_devel_kit_module (#11457) ### Summary Re-enables `ngx_devel_kit_module`. This was originally disabled in: https://github.com/Kong/kong/pull/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 (cherry picked from commit 442b942f970002d95f05972f24af93ce181bf137) --- build/openresty/BUILD.openresty.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/build/openresty/BUILD.openresty.bazel b/build/openresty/BUILD.openresty.bazel index 564f3743c687..6d8e1cba3d60 100644 --- a/build/openresty/BUILD.openresty.bazel +++ b/build/openresty/BUILD.openresty.bazel @@ -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\"",