forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9db49fc
committed
autoconf: Move export_dynamic determination to configure
Previously export_dynamic was set in src/makefiles/Makefile.$port. For solaristhis required exporting with_gnu_ld. The determination of with_gnu_ld would benontrivial to copy for meson PGXS compatibility. It's also nice to deletelibtool.m4.This uses -Wl,--export-dynamic on all platforms, previously all platforms butFreeBSD used -Wl,-E. The likelihood of a name conflict seems lower with thelonger spelling.Discussion:https://postgr.es/m/20221005200710.luvw5evhwf6clig6@awork3.anarazel.de1 parent8018ffb commit9db49fc
File tree
12 files changed
+108
-276
lines changed- config
- src
- backend
- makefiles
12 files changed
+108
-276
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
|
Lines changed: 17 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
468 | 468 |
| |
469 | 469 |
| |
470 | 470 |
| |
471 |
| - | |
| 471 | + | |
472 | 472 |
| |
473 | 473 |
| |
474 |
| - | |
| 474 | + | |
475 | 475 |
| |
476 | 476 |
| |
477 | 477 |
| |
478 |
| - | |
479 |
| - | |
480 |
| - | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
481 | 481 |
| |
482 |
| - | |
483 |
| - | |
| 482 | + | |
| 483 | + | |
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
489 |
| - | |
| 489 | + | |
490 | 490 |
| |
491 | 491 |
| |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
492 | 500 |
| |
493 | 501 |
| |
| 502 | + | |
494 | 503 |
| |
495 | 504 |
| |
496 | 505 |
| |
|
Lines changed: 0 additions & 119 deletions
This file was deleted.
0 commit comments
Comments
(0)