Skip to content
Commit 5946dcfc authored by Ignacy Gawedzki's avatar Ignacy Gawedzki Committed by Peter Korsgaard
Browse files

boost: Pass staging dir to --with-icu option.



When using the --with-icu option without specifying the directory, boost's
bootstrap.sh script will look at "common" locations (lines 289-294):

    COMMON_ICU_PATHS="/usr /usr/local /sw"
    for p in $COMMON_ICU_PATHS; do
      if test -r $p/include/unicode/utypes.h; then
        ICU_ROOT=$p
      fi
    done

With buildroot it may surely become problematic at some point.

Signed-off-by: default avatarIgnacy Gawędzki <i@lri.fr>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 5ff69894
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment