X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fboost;h=4172c0d1a9c9b6bdf010388cf7bccb4521ac086b;hb=4e78d26dd7f5e46a21cdc916e031f1b4a68578c0;hp=d8efd98000caaf0a2d9ecb8af94e008607bb1e26;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage5/pkg/boost b/stage5/pkg/boost index d8efd98..4172c0d 100644 --- a/stage5/pkg/boost +++ b/stage5/pkg/boost @@ -2,8 +2,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 }