forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit28e5e56
committed
Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies.
Solution.pm mistakenly believed that the xml option requires the xsltoption, when actually the dependency is the other way around; and itbelieved that libxml requires libiconv, which is not necessarily so,so we shouldn't enforce it here. Fix the option cross-checking logic.Also, since AddProject already takes care of adding libxml and libxsltinclude and library dependencies to every project, there's no needfor the custom code that did that in mkvcbuild. While at it, let'shandle the similar dependencies for uuid in a similar fashion.Given the lack of field complaints about these overly strict builddependency requirements, there seems no need for a back-patch.Michael PaquierDiscussion: <CAB7nPqR0+gpu3mRQvFjf-V-bMxmiSJ6NpTg9_WzVDL+a31cV2g@mail.gmail.com>1 parent2459833 commit28e5e56
2 files changed
+9
-25
lines changedLines changed: 2 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
384 |
| - | |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 |
| - | |
394 |
| - | |
395 |
| - | |
| 384 | + | |
396 | 385 |
| |
397 | 386 |
| |
398 | 387 |
| |
| |||
402 | 391 |
| |
403 | 392 |
| |
404 | 393 |
| |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 |
| - | |
410 |
| - | |
411 |
| - | |
412 |
| - | |
| 394 | + | |
413 | 395 |
| |
414 | 396 |
| |
415 | 397 |
| |
|
Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 42 | + | |
46 | 43 |
| |
47 | 44 |
| |
48 | 45 |
| |
| |||
555 | 552 |
| |
556 | 553 |
| |
557 | 554 |
| |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
558 | 560 |
| |
559 | 561 |
| |
560 | 562 |
| |
|
0 commit comments
Comments
(0)