git: fe8afe60f5ec - 2022Q4 - misc/ecflow: Fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Dec 2022 01:43:44 UTC
The branch 2022Q4 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fe8afe60f5ec6219eee36d56a8de4590a256f4ec
commit fe8afe60f5ec6219eee36d56a8de4590a256f4ec
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-03 03:32:42 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-15 01:43:38 +0000
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