Content-Length: 255754 | pFad | http://github.com/postgrespro/postgres/commit/07f902bd760791527511be9fc47440039bc86b5c

B0 meson: Export all libcommon functions in Windows builds · postgrespro/postgres@07f902b · GitHub
Skip to content

Commit 07f902b

Browse files
committed
meson: Export all libcommon functions in Windows builds
This fixes "unresolved external symbol" errors with extensions that use functions from libpgport that need special CFLAGS to compile. Currently, that includes the CRC-32 functions. Commit 2571c1d did this for libcommon, but I missed that libpqport has the same issue. Reported-by: Tom Lane Backpatch-through: 16, where Meson was introduced Discussion: https://www.postgresql.org/message-id/CAOdR5yF0krWrxycA04rgUKCgKugRvGWzzGLAhDZ9bzNv8g0Lag@mail.gmail.com
1 parent 4c9b453 commit 07f902b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/port/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ foreach name, opts : pgport_variants
184184
lib = static_library('libpgport@0@'.format(name),
185185
pgport_sources,
186186
link_with: cflag_libs,
187+
link_whole: cflag_libs,
187188
c_pch: pch_c_h,
188189
kwargs: opts + {
189190
'dependencies': opts['dependencies'] + [ssl],

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/07f902bd760791527511be9fc47440039bc86b5c

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy