Skip to content

Commit

Permalink
Merge pull request #600 from larskanis/fix-fatbin-build
Browse files Browse the repository at this point in the history
Remove workarounds for PostgreSQL static build
  • Loading branch information
larskanis authored Oct 25, 2024
2 parents afe2f20 + f0a76d9 commit ff27c61
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Rakefile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -202,18 +202,6 @@ class CrossLibrary < OpenStruct

# make libpq.dll
task postgresql_lib => [ postgresql_global_makefile ] do |t|
# Work around missing dependency to libcommon in PostgreSQL-9.4.0
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

chdir( postgresql_lib.dirname ) do
sh 'make',
"-j#{NUM_CPUS}",
Expand Down

0 comments on commit ff27c61

Please sign in to comment.