forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfe6a64a
committed
aix: No need to use mkldexport when we want to export all symbols
When building a shared library with exports.txt there's no need to build anintermediary static library, we can just pass -Wl,-bE:... when generating the.so.When building a shared library without exports.txt, there's no need to callmkldexport.sh to export all symbols, because all symbols are exported anyway,and we don't need the export file on the import side (like we do forpostgres.imp).This makes building .so's on aix a lot more similar to building on otherplatforms. In particular, we don't create and remove a .a of the same name butdifferent contents anymore.Discussion:https://postgr.es/m/20220820174213.d574qde4ptwdzoqz@awork3.anarazel.de1 parentb7050e2 commitfe6a64a
2 files changed
+20
-33
lines changedLines changed: 18 additions & 27 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
110 | 111 |
| |
111 | 112 |
| |
112 | 113 |
| |
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
116 | 121 |
| |
117 | 122 |
| |
118 | 123 |
| |
| |||
259 | 264 |
| |
260 | 265 |
| |
261 | 266 |
| |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
262 | 274 |
| |
263 | 275 |
| |
264 |
| - | |
265 | 276 |
| |
266 | 277 |
| |
267 | 278 |
| |
| |||
274 | 285 |
| |
275 | 286 |
| |
276 | 287 |
| |
| 288 | + | |
| 289 | + | |
277 | 290 |
| |
278 | 291 |
| |
279 |
| - | |
| 292 | + | |
| 293 | + | |
280 | 294 |
| |
281 | 295 |
| |
282 | 296 |
| |
| |||
285 | 299 |
| |
286 | 300 |
| |
287 | 301 |
| |
288 |
| - | |
| 302 | + | |
289 | 303 |
| |
290 |
| - | |
| 304 | + | |
291 | 305 |
| |
292 | 306 |
| |
293 | 307 |
| |
294 | 308 |
| |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 | 309 |
| |
319 | 310 |
| |
320 | 311 |
| |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 41 | + | |
| 42 | + |
0 commit comments
Comments
(0)