From 43d0d0e158310f5a8b0f482b5d7873304973fecf Mon Sep 17 00:00:00 2001 From: Zachary Hu Date: Thu, 4 May 2023 15:22:51 +0800 Subject: [PATCH] bugfix: add missing '--with-stream_ssl_preread_module' --- Formula/openresty-debug.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/openresty-debug.rb b/Formula/openresty-debug.rb index 720d582..6113cc3 100644 --- a/Formula/openresty-debug.rb +++ b/Formula/openresty-debug.rb @@ -45,6 +45,7 @@ def install --with-ipv6 --with-stream --with-stream_ssl_module + --with-stream_ssl_preread_module --with-http_v2_module --without-mail_pop3_module --without-mail_imap_module