mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 10:33:06 +02:00
boost: disable boost.stacktrace.from_exception on i686
This commit is contained in:
parent
c74ec9f801
commit
98e4666a30
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue