From fe8afe60f5ec6219eee36d56a8de4590a256f4ec Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 2 Dec 2022 19:32:42 -0800 Subject: misc/ecflow: Fix build on armv7 Reported by: fallout (cherry picked from commit 59b2998493b7de7eb14c334988e120d3cc7d1aaa) --- misc/ecflow/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/ecflow/Makefile b/misc/ecflow/Makefile index fdab028d6838..ca94f5c40687 100644 --- a/misc/ecflow/Makefile +++ b/misc/ecflow/Makefile @@ -24,6 +24,7 @@ SHEBANG_GLOB= *.sh *.in *.py CMAKE_OFF= ENABLE_STATIC_BOOST_LIBS ENABLE_TESTS ENABLE_ALL_TESTS +CXXFLAGS_armv7= -fPIC # attempt to work around compilation failure, see https://jira.ecmwf.int/browse/SUP-3688 CXXFLAGS_i386= -fPIC # attempt to work around compilation failure, see https://jira.ecmwf.int/browse/SUP-3688 CONFLICTS_BUILD= python27 # build attempts to find python-2.7 and use it -- cgit v1.2.3