Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2018 06:44:10 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473296 - head/math/ccmath
Message-ID:  <201806250644.w5P6iA05079202@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jun 25 06:44:09 2018
New Revision: 473296
URL: https://svnweb.freebsd.org/changeset/ports/473296

Log:
  Mark as broken on aarch64.
  
  Approved by:	portmgr (tier-2 license)

Modified:
  head/math/ccmath/Makefile

Modified: head/math/ccmath/Makefile
==============================================================================
--- head/math/ccmath/Makefile	Mon Jun 25 06:39:10 2018	(r473295)
+++ head/math/ccmath/Makefile	Mon Jun 25 06:44:09 2018	(r473296)
@@ -12,6 +12,8 @@ COMMENT=	Mathematics library with many different funct
 
 LICENSE=	LGPL20
 
+BROKEN_aarch64=		fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol: bias in readonly segment; recompile object files with -fPIC
+
 USE_LDCONFIG=	yes
 
 PORTDOCS=	*



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