X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fboost;h=b7351bb88a4e89c39fe3cb0ea33a623e241c4478;hb=49e50904d91d25b0e581997cc0d7adad11754318;hp=d8efd98000caaf0a2d9ecb8af94e008607bb1e26;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage5/pkg/boost b/stage5/pkg/boost index d8efd98..b7351bb 100644 --- a/stage5/pkg/boost +++ b/stage5/pkg/boost @@ -3,7 +3,7 @@ hvbuild() { cd ${LFS_TMP}/${PACKAGE} - ./bootstrap.sh - ./bjam --prefix=/usr - ./bjam install + ./bootstrap.sh --prefix=/usr + ./b2 stage threading=multi link=shared + ./b2 install threading=multi link=shared }