Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2022 04:00:51 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 59b2998493b7 - main - misc/ecflow: Fix build on armv7
Message-ID:  <202212030400.2B340pQs082217@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59b2998493b7de7eb14c334988e120d3cc7d1aaa

commit 59b2998493b7de7eb14c334988e120d3cc7d1aaa
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-03 03:32:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-03 04:00:48 +0000

    misc/ecflow: Fix build on armv7
    
    Reported by:    fallout
---
 misc/ecflow/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/ecflow/Makefile b/misc/ecflow/Makefile
index dbc5dd460de9..9517fcb43021 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212030400.2B340pQs082217>