Hi Rafael,

On Fri, 28 Dec 2018 21:02:44 +0100
Rafael Sadowski <[email protected]> wrote:

> package fine for me. OK?

b2 builds my projects fine, too. One small problem I have with it is
that it requires me to pass BOOST_BUILD_PATH or BOOST_ROOT environment
variable. I'm suggesting the patch below that should provide a default
path for b2 to find its files in after the package is installed. Tell
me if I should arrange it differently.

--- boost_1_66_0/tools/build/src/engine/Jambase.orig    Sun Dec 30 17:23:23 2018
+++ boost_1_66_0/tools/build/src/engine/Jambase Sun Dec 30 17:24:37 2018
@@ -51,7 +51,7 @@
 # Policy.
 if ! $(BOOST_BUILD_PATH) && $(UNIX)
 {
-    BOOST_BUILD_PATH = /usr/share/boost-build ;
+    BOOST_BUILD_PATH = /usr/local/share/boost-build/kernel ;
 }

Thank you for your work and happy holidays!

-- 
Best regards,
Ivan

Reply via email to