[packages/boost] context for x32 expects address-model=32 now
atler
atler at pld-linux.org
Thu Feb 16 14:45:58 CET 2023
commit bacfdaa5292d483777eeaac87f7d61406b649e7c
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Feb 16 14:44:16 2023 +0100
context for x32 expects address-model=32 now
see: https://github.com/boostorg/context/commit/5852b493554ba8be5459147abf226f57d6bfa74c
boost.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/boost.spec b/boost.spec
index d12e319..569f134 100644
--- a/boost.spec
+++ b/boost.spec
@@ -536,13 +536,11 @@ ICU_PATH=%{_prefix} \
--prefix=%{_prefix} \
-without-libraries=python
-# x32 detection need help (it's autodetected as address-model=32 abi=sysv, while context build expects address-model=64 abi=x32)
./b2 \
%{?__jobs:-j %{__jobs}} \
-d2 --toolset=gcc \
%ifarch x32
abi=x32 \
- address-model=64 \
%endif
debug-symbols=on \
inlining=on \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/boost.git/commitdiff/bacfdaa5292d483777eeaac87f7d61406b649e7c
More information about the pld-cvs-commit
mailing list