Skip to content

Commit

Permalink
chore: add with-openssl flag to postgres install
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jan 10, 2025
1 parent f04479e commit 8f450b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f450b1

Please sign in to comment.