commit | 86aa53941c1243aa94528da77d39e0c673e004b4 | [log] [tgz] |
---|---|---|
author | Josh Lehan <krellan@google.com> | Tue Oct 10 22:31:26 2023 -0700 |
committer | Josh Lehan <krellan@google.com> | Tue Oct 17 14:06:17 2023 -0700 |
tree | dea2e4d577123249aa58b30135282e06370290d8 | |
parent | b3e33aa1e8020fe2454659b003f944f77951bbc0 [diff] |
boost: Enable Boost.URL library compilation The Boost.URL library is no longer available in header-only form, unfortunately, as per upstream. Using it header-only was evidently deprecated in 1.82 and removed in 1.83 entirely. So, reluctantly, it must be compiled as a separate library. https://www.boost.org/doc/libs/1_83_0/libs/url/doc/html/url/overview.html#url.overview.requirements Tested: No longer fails to find the library when linking bmcweb Google-Bug-Id: 299167848 (cherry picked from commit 8c4efbd08bb8b880757b1dfbf53484fab746c28e) Change-Id: I145542fbfb2e2c99475f6956ca7c0d0ea1e584f8 Signed-off-by: Josh Lehan <krellan@google.com>