forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd8b0c64
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 parentc80acbc commitd8b0c64
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
| 188 | + | |
188 | 189 |
| |
189 | 190 |
| |
190 | 191 |
| |
|
0 commit comments
Comments
(0)