]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
boost: Pass staging dir to --with-icu option.
authorIgnacy Gawedzki <i@lri.fr>
Thu, 7 Feb 2013 03:48:35 +0000 (03:48 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 9 Feb 2013 09:55:59 +0000 (10:55 +0100)
commit5946dcfc582370fa8b55f06517a98bac2b2c1c1e
treee7564bd538bb95774dce5bd4d9872546bf8cbde2
parent5ff6989445eac9ce59a5041c656bcb0319dce0eb
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: Ignacy Gawędzki <i@lri.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/boost/boost.mk