| Index: libraries/boost_1_47_0/nacl-boost_1_47_0.sh
|
| diff --git a/libraries/boost_1_47_0/nacl-boost_1_47_0.sh b/libraries/boost_1_47_0/nacl-boost_1_47_0.sh
|
| index 971081e96cc5c7744e9f6486964779ac1c498532..06f16d9e178b894dfe148febc236ac52c28b5bb0 100755
|
| --- a/libraries/boost_1_47_0/nacl-boost_1_47_0.sh
|
| +++ b/libraries/boost_1_47_0/nacl-boost_1_47_0.sh
|
| @@ -25,7 +25,7 @@ CustomBuildStep() {
|
| # TODO(eugenis): build dynamic libraries, too
|
| if [ $NACL_GLIBC = "1" ] ; then
|
| ./bjam install \
|
| - --prefix=${NACL_SDK_USR} \
|
| + --prefix=${NACLPORTS_PREFIX} \
|
| link=static \
|
| -d+2 \
|
| --without-python \
|
| @@ -33,7 +33,7 @@ CustomBuildStep() {
|
| --without-mpi
|
| else
|
| ./bjam install \
|
| - --prefix=${NACL_SDK_USR} \
|
| + --prefix=${NACLPORTS_PREFIX} \
|
| link=static \
|
| -d+2 \
|
| --with-date_time \
|
|
|