- Notifications
You must be signed in to change notification settings - Fork28
Commit8811f5d
committed
libpqwalreceiver needs to link with libintl when using --enable-nls.
The need for this was previously obscured even on picky platformsby the hack we used to support direct cross-module references inthe transforms contrib modules. Now that that hack is gone, theundefined symbol is exposed, as reported by Robert Haas.Back-patch to 9.5 where we started to use -Wl,-undefined,dynamic_lookup.I'm a bit surprised that the older branches don't seem to containany gettext references in this module, but since they don't failat build time, they must not. (We might be able to get away withleaving this alone in 9.5/9.6, but I think it's cleaner if thereference gets resolved at link time.)Report: <CA+TgmoaHJKU5kcWZcYduATYVT7Mnx+8jUnycaYYL7OtCwCigug@mail.gmail.com>1 parentb0779ab commit8811f5d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
0 commit comments
Comments
(0)