From 8f450b1b792b643149e8fd57b6cd31292800cd56 Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Thu, 9 Jan 2025 17:19:33 -0800 Subject: [PATCH] chore: add with-openssl flag to postgres install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 552686be7..7b2e1ce12 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ install_asdf_tools: @cat .tool-versions | cut -f 1 -d ' ' | xargs -n 1 asdf plugin-add || true @asdf plugin-update --all @#MAKELEVEL=0 is required because of https://www.postgresql.org/message-id/1118.1538056039%40sss.pgh.pa.us - @MAKELEVEL=0 POSTGRES_EXTRA_CONFIGURE_OPTIONS='--with-libxml --without-readline --with-uuid=e2fs' asdf install + @MAKELEVEL=0 POSTGRES_EXTRA_CONFIGURE_OPTIONS='--with-openssl --with-libxml --without-readline --with-uuid=e2fs' asdf install @asdf reshim @pip install -r requirements.txt @asdf reshim