Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage5 / pkg / boost
index d8efd98..4172c0d 100644 (file)
@@ -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
 }