forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit458474d
committed
Accept slightly grotty coding in Makefile.global in order to keep the -L
flag for src/port/ in front of any -L flags placed in LDFLAGS by configure.This undoes an L-flag-ordering change that I had thought would be safe,but seems to be making at least one buildfarm member fail --- the onlytheory for orca's failure that I can think of is that it's got an oldcopy of libpgport.a in /usr/lib. Also allow for LDFLAGS_SL to be set bycontrib makefiles before they invoke Makefile.global.1 parent46ee42b commit458474d
1 file changed
+16
-9
lines changedLines changed: 16 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
238 |
| - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
239 | 250 |
| |
240 |
| - | |
| 251 | + | |
| 252 | + | |
241 | 253 |
| |
242 | 254 |
| |
243 | 255 |
| |
| |||
450 | 462 |
| |
451 | 463 |
| |
452 | 464 |
| |
| 465 | + | |
453 | 466 |
| |
454 | 467 |
| |
455 | 468 |
| |
456 | 469 |
| |
457 |
| - | |
458 |
| - | |
459 |
| - | |
460 |
| - | |
461 |
| - | |
462 |
| - | |
463 | 470 |
| |
464 | 471 |
| |
465 | 472 |
| |
|
0 commit comments
Comments
(0)