Opened 5 years ago
Last modified 5 years ago
#13488 new Patches
Detect ICU with pkg-config when possible in bootstrap.sh
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.66.0 | Severity: | Problem |
Keywords: | Cc: |
Description
bootstrap.sh has some auto-detection code for ICU for the needs of Boost.Regex. It fails to detect ICU installed with the standard package manager on certain Linux distributions, e.g. Ubuntu 14.04. The issue does not exist on newer versions of Ubuntu.
The solution is to use more robust detection of ICU with the help of pkg-config.
The patch is provided on Github on the metaproject.
Note:
See TracTickets
for help on using tickets.
Patch is here https://github.com/boostorg/boost/pull/181