forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7c163aa
committed
configure: check for dlsym instead of dlopen.
When building with sanitizers the sanitizer library provides dlopen, but notdlsym(), making configure think that -ldl isn't needed. Just checking fordlsym() ought to suffice, hard to see dlsym() being provided without dlopen()also being provided.Backpatch to all branches, for the same reasons as46ab07f.Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/20220323173537.ll7klrglnp4gn2um@alap3.anarazel.deBackpatch: 10-1 parentca26c64 commit7c163aa
2 files changed
+19
-13
lines changedLines changed: 15 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11399 | 11399 |
| |
11400 | 11400 |
| |
11401 | 11401 |
| |
11402 |
| - | |
11403 |
| - | |
11404 |
| - | |
| 11402 | + | |
| 11403 | + | |
| 11404 | + | |
| 11405 | + | |
| 11406 | + | |
| 11407 | + | |
11405 | 11408 |
| |
11406 | 11409 |
| |
11407 | 11410 |
| |
| |||
11414 | 11417 |
| |
11415 | 11418 |
| |
11416 | 11419 |
| |
11417 |
| - | |
| 11420 | + | |
11418 | 11421 |
| |
11419 | 11422 |
| |
11420 | 11423 |
| |
11421 |
| - | |
| 11424 | + | |
11422 | 11425 |
| |
11423 | 11426 |
| |
11424 | 11427 |
| |
| |||
11431 | 11434 |
| |
11432 | 11435 |
| |
11433 | 11436 |
| |
11434 |
| - | |
| 11437 | + | |
11435 | 11438 |
| |
11436 | 11439 |
| |
11437 | 11440 |
| |
11438 |
| - | |
| 11441 | + | |
11439 | 11442 |
| |
11440 | 11443 |
| |
11441 | 11444 |
| |
11442 |
| - | |
| 11445 | + | |
11443 | 11446 |
| |
11444 | 11447 |
| |
11445 |
| - | |
| 11448 | + | |
11446 | 11449 |
| |
11447 | 11450 |
| |
11448 | 11451 |
| |
11449 | 11452 |
| |
11450 |
| - | |
11451 |
| - | |
11452 |
| - | |
| 11453 | + | |
| 11454 | + | |
| 11455 | + | |
11453 | 11456 |
| |
11454 | 11457 |
| |
11455 | 11458 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1178 | 1178 |
| |
1179 | 1179 |
| |
1180 | 1180 |
| |
1181 |
| - | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
1182 | 1185 |
| |
1183 | 1186 |
| |
1184 | 1187 |
| |
|
0 commit comments
Comments
(0)