Skip to content

Commit

Permalink
pgbuild: make meson patch optional (#87)
Browse files Browse the repository at this point in the history
postgres sources have been updated with a fix to the meson
configuration. We do not need to apply our patch anymore. We still keep
`patch` for users with older sources, but will not call that function
anymore in the `configure` step.
  • Loading branch information
urso authored Jul 30, 2024
1 parent 14fb83f commit d5dc42b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev/bin/pgbuild
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ EOF
configure() {
echo "Configuring postgres build"

patch

meson setup "$PG_BUILD_DIR" "$PG_SRC_DIR" \
--debug \
-Dprefix="${PG_INSTALL_DIR}" \
Expand Down

0 comments on commit d5dc42b

Please sign in to comment.