- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit60516fc
committed
meson: Fix linking using old OpenSSL lib names
Before OpenSSL 1.1.0 the legacy names ssleay32 and libeay32 werestill used on Windows, and while we have support for this auto-conf the meson buildsystem only used the new names on all plat-forms. This adds support for the old name scheme when buildingon Windows.This patch only applies to 17 and 16 as master no longer supportOpenSSL 1.0.2.Author: Darek Ślusarczyk <dslusarczyk@splunk.com>Reviewed-by: Nazir Bilal Yavuz <byavuz81@gmail.com>Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Discussion:https://postgr.es/m/CAN55FZ1Nk8wqY=mTrN78H026TuGV50h2H6uq1PwxhTauPYi3ug@mail.gmail.comBackpatch-through: 161 parentb26a3bc commit60516fc
1 file changed
+28
-5
lines changedLines changed: 28 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1339 | 1339 |
| |
1340 | 1340 |
| |
1341 | 1341 |
| |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
1342 | 1349 |
| |
1343 |
| - | |
1344 |
| - | |
1345 |
| - | |
1346 |
| - | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
1347 | 1362 |
| |
1348 | 1363 |
| |
1349 |
| - | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
1350 | 1373 |
| |
1351 | 1374 |
| |
1352 | 1375 |
| |
|
0 commit comments
Comments
(0)