diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-24 00:54:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-24 00:54:27 +0000 |
commit | 078a5d741919a7be140ed626640199bd6c7a79da (patch) | |
tree | 0d919a1ce11fac7fd748079c13c1a9da60557a06 /databases/postgresql-mysql_fdw | |
parent | devel/gitlab-runner: update to 11.0.0 (diff) |
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'
Neither emaste nor I can figure out exactly where the offending stanza is
coming in. It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=473169
Diffstat (limited to 'databases/postgresql-mysql_fdw')
-rw-r--r-- | databases/postgresql-mysql_fdw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile index d73fe924bcb3..b4ff0f4edb92 100644 --- a/databases/postgresql-mysql_fdw/Makefile +++ b/databases/postgresql-mysql_fdw/Makefile @@ -12,6 +12,7 @@ COMMENT= PostgreSQL foreign data wrapper for MySQL LICENSE= PostgreSQL USES= gmake pgsql:9.3+ mysql +LLD_UNSAFE= yes USE_GITHUB= yes GH_ACCOUNT= EnterpriseDB GH_TAGNAME= c14ee1d |