- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit07f902b
committed
meson: Export all libcommon functions in Windows builds
This fixes "unresolved external symbol" errors with extensions thatuse functions from libpgport that need special CFLAGS tocompile. Currently, that includes the CRC-32 functions.Commit2571c1d did this for libcommon, but I missed that libpqporthas the same issue.Reported-by: Tom LaneBackpatch-through: 16, where Meson was introducedDiscussion:https://www.postgresql.org/message-id/CAOdR5yF0krWrxycA04rgUKCgKugRvGWzzGLAhDZ9bzNv8g0Lag@mail.gmail.com1 parent4c9b453 commit07f902b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
0 commit comments
Comments
(0)