aboutsummaryrefslogtreecommitdiff
path: root/databases/pguri
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-24 00:54:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-24 00:54:27 +0000
commit078a5d741919a7be140ed626640199bd6c7a79da (patch)
tree0d919a1ce11fac7fd748079c13c1a9da60557a06 /databases/pguri
parentcb1ddcee2a169f766bbbfe1bc405e2467efe2565 (diff)
downloadports-078a5d741919a7be140ed626640199bd6c7a79da.tar.gz
ports-078a5d741919a7be140ed626640199bd6c7a79da.zip
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/pguri')
-rw-r--r--databases/pguri/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/pguri/Makefile b/databases/pguri/Makefile
index 6bc068f98914..8265d3582f81 100644
--- a/databases/pguri/Makefile
+++ b/databases/pguri/Makefile
@@ -12,6 +12,7 @@ BUILD_DEPENDS= uriparser>=0.8.0:net/uriparser
RUN_DEPENDS= uriparser>=0.8.0:net/uriparser
USES= gmake pgsql pkgconfig
+LLD_UNSAFE= yes
USE_GITHUB= yes
GH_ACCOUNT= petere