[packages/boost] - disable stacktraces from exceptions on ix86 to prevent memory leaks

baggins baggins at pld-linux.org
Sat Dec 14 22:21:02 CET 2024


commit 04b306767e21795abcc87eb2113d2c6034fab086
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Dec 14 22:16:20 2024 +0100

    - disable stacktraces from exceptions on ix86 to prevent memory leaks

 boost.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/boost.spec b/boost.spec
index 94866ad..fc3dadd 100644
--- a/boost.spec
+++ b/boost.spec
@@ -541,6 +541,9 @@ ICU_PATH=%{_prefix} \
 	-d2 --toolset=gcc \
 %ifarch x32
 	abi=x32 \
+%endif
+%ifarch %{ix86}
+	boost.stacktrace.from_exception=off \
 %endif
 	debug-symbols=on \
 	inlining=on \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/boost.git/commitdiff/04b306767e21795abcc87eb2113d2c6034fab086



More information about the pld-cvs-commit mailing list