Skip to content

Commit

Permalink
Work around missing dependency to errorcodes.h in PostgreSQL-17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Oct 24, 2024
1 parent 4a52437 commit 70c02ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ class CrossLibrary < OpenStruct
chdir( static_postgresql_srcdir + "common" ) do
sh 'make', "-j#{NUM_CPUS}"
end
# Work around missing dependency to errorcodes.h in PostgreSQL-17.0
chdir( static_postgresql_srcdir + "backend" + "utils" ) do
sh 'make', "-j#{NUM_CPUS}"
end
chdir( static_postgresql_srcdir + "port" ) do
sh 'make', "-j#{NUM_CPUS}"
end
Expand Down

0 comments on commit 70c02ea

Please sign in to comment.