misc/ecflow: Fix build on armv7

Reported by:	fallout

(cherry picked from commit 59b2998493)
This commit is contained in:
Yuri Victorovich 2022-12-02 19:32:42 -08:00
parent 1f45807d12
commit fe8afe60f5

View File

@ -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