From b1091c17a785af6a860abe1710faee9896ff58fe Mon Sep 17 00:00:00 2001 From: Jaehun Jeong Date: Fri, 14 Jul 2017 13:59:41 +0900 Subject: Disable context library for armv7hl build Signed-off-by: Jaehun Jeong --- packaging/boost.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/boost.spec b/packaging/boost.spec index 13fd083bf1..66ba9f3fdb 100644 --- a/packaging/boost.spec +++ b/packaging/boost.spec @@ -27,6 +27,10 @@ %define build_context 0 %endif +%ifarch armv7hl +%define build_context 0 +%endif + %ifarch hppa %define disable_long_double 1 %else -- cgit v1.2.3