From c0013e931984719de79d86f560fa6c805412c2ec Mon Sep 17 00:00:00 2001 From: Jona Heitzer Date: Wed, 15 Apr 2026 16:37:53 +0200 Subject: [PATCH] Use dependencies installed by homebrew --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0a3fec..f180f3a 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,9 @@ configure: ../nginx/auto/configure \ --prefix=/Users/jona/repos/ngx-pow/nginx/install \ --with-debug \ - --add-dynamic-module=/Users/jona/repos/ngx-pow/ngx-http-pow + --add-dynamic-module=/Users/jona/repos/ngx-pow/ngx-http-pow \ + --with-cc-opt='-I /opt/homebrew/Cellar/pcre2/10.47_1/include' \ + --with-cc-opt='-I /opt/homebrew/opt/openssl@3/include' .PHONY: run run: build