aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-03-28 04:46:44 +0800
committerEd Maste <emaste@FreeBSD.org>2018-03-28 04:46:44 +0800
commit565e0836c0a91b551b565598fa6790fd8732997f (patch)
tree73618e1bbe1af8fe864cdad79def7054ec133bf2
parentba64c1749b1688debd84566d39875ad7b503d7de (diff)
downloadfreebsd-ports-565e0836c0a91b551b565598fa6790fd8732997f.tar.gz
freebsd-ports-565e0836c0a91b551b565598fa6790fd8732997f.tar.zst
freebsd-ports-565e0836c0a91b551b565598fa6790fd8732997f.zip
www/cgihtml: set LLD_UNSAFE
This port passes an unusual option to the linker that is accepted by ld.bfd but rejected by ld.lld. Linking with lld fails with: ld: error: -O: number expected, but got 'string-lib.o' PR: 226992 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=465749
-rw-r--r--www/cgihtml/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/cgihtml/Makefile b/www/cgihtml/Makefile
index 27c37fb03974..918db68ec31b 100644
--- a/www/cgihtml/Makefile
+++ b/www/cgihtml/Makefile
@@ -12,9 +12,8 @@ MASTER_SITES= http://www.eekim.com/software/cgihtml/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Library that simplifies the task of writing CGI programs in C
-BROKEN_aarch64= fails to link: -O: number expected, but got
-
USE_LDCONFIG= yes
+LLD_UNSAFE= yes
OPTIONS_DEFINE= DOCS