diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index 2ab01a33ca1..0896169e2be 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -189,6 +189,7 @@ do_check() { ./b2 $_testcase/test \ --user-config=${wrksrc}/user-config.jam \ --toolset=gcc abi=${_abi} architecture=${_arch} \ + boost.stacktrace.from_exception="${_bst_except}" \ python=${py3_ver} release warnings-as-errors=off \ cxxflags="${CXXFLAGS}" linkflags="${LDFLAGS}" \ threading=multi || @@ -202,6 +203,7 @@ do_install() { --user-config=${wrksrc}/user-config.jam \ cxxflags="${CXXFLAGS}" linkflags="${LDFLAGS}" \ python=${py3_ver} release \ + boost.stacktrace.from_exception="${_bst_except}" \ threading=multi runtime-link=shared link=shared,static \ install