forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit069de07
committed
autoconf: Don't AC_SUBST() LD in configure
The only use of $(LD) in Makefiles is for AIX, to generate the export file forthe backend. We only support the system linker on AIX and we already hardcodethe path to a number of other binaries. Removing LD substitution will simplifythe upcoming meson PGXS compatibility.While at it, add a comment why -r is used.A subsequent commit will remove the determination of LD from configure aswell.Discussion:https://postgr.es/m/20221005200710.luvw5evhwf6clig6@awork3.anarazel.de1 parente0f0e08 commit069de07
4 files changed
+7
-7
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
693 | 693 |
| |
694 | 694 |
| |
695 | 695 |
| |
696 |
| - | |
697 | 696 |
| |
698 | 697 |
| |
699 | 698 |
| |
| |||
9645 | 9644 |
| |
9646 | 9645 |
| |
9647 | 9646 |
| |
9648 |
| - | |
9649 | 9647 |
| |
9650 | 9648 |
| |
9651 | 9649 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1132 | 1132 |
| |
1133 | 1133 |
| |
1134 | 1134 |
| |
1135 |
| - | |
1136 | 1135 |
| |
1137 | 1136 |
| |
1138 | 1137 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
293 | 292 |
| |
294 | 293 |
| |
295 | 294 |
| |
| |||
316 | 315 |
| |
317 | 316 |
| |
318 | 317 |
| |
319 |
| - | |
320 |
| - | |
321 | 318 |
| |
322 | 319 |
| |
323 | 320 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
103 | 109 |
| |
104 |
| - | |
| 110 | + | |
105 | 111 |
| |
106 | 112 |
| |
107 | 113 |
| |
|
0 commit comments
Comments
(0)