forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4fa3741
committed
Use -Bsymbolic for shared libraries on HP-UX and Solaris.
These platforms are also subject to the mis-linking problem addressedin commite3d77ea. It's not clear whether we could solve it witha solution equivalent to GNU ld's version scripts, but -Bsymbolicappears to fix it, so let's use that.Like the previous commit, back-patch as far as v10.Discussion:https://postgr.es/m/153626613985.23143.4743626885618266803@wrigleys.postgresql.org1 parent14ea365 commit4fa3741
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 |
| - | |
| 201 | + | |
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
| 206 | + | |
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 |
| - | |
| 243 | + | |
244 | 244 |
| |
245 |
| - | |
| 245 | + | |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
|
0 commit comments
Comments
(0)