diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-24 08:54:27 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-24 08:54:27 +0800 |
commit | 02ab032215316f5128a05f86db45c4c5d073470b (patch) | |
tree | 0d919a1ce11fac7fd748079c13c1a9da60557a06 /databases/pg_qualstats | |
parent | 8b656f3be36638374a353375ab3abc0a5147809b (diff) | |
download | freebsd-ports-gnome-02ab032215316f5128a05f86db45c4c5d073470b.tar.gz freebsd-ports-gnome-02ab032215316f5128a05f86db45c4c5d073470b.tar.zst freebsd-ports-gnome-02ab032215316f5128a05f86db45c4c5d073470b.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)
Diffstat (limited to 'databases/pg_qualstats')
-rw-r--r-- | databases/pg_qualstats/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/pg_qualstats/Makefile b/databases/pg_qualstats/Makefile index e10cc4bcd760..d06dd8ee2565 100644 --- a/databases/pg_qualstats/Makefile +++ b/databases/pg_qualstats/Makefile @@ -14,6 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= dalibo USES= gmake pgsql:9.4+ +LLD_UNSAFE= yes WANT_PGSQL= server pre-patch: |