aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-16 08:13:57 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-16 08:13:57 +0000
commitfde5b4ce02519be63d79fe5ce0b1905725632ae4 (patch)
tree0e7ac436fd0f76432f04af51b5d71d26547fd903
parente7bfc7c411b5b591afb53e811b2f3124cb769ce3 (diff)
downloadports-fde5b4ce02519be63d79fe5ce0b1905725632ae4.tar.gz
ports-fde5b4ce02519be63d79fe5ce0b1905725632ae4.zip
MFH: r512142
Mark BROKEN on i386 with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512143
-rw-r--r--security/openssl-unsafe/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/openssl-unsafe/Makefile b/security/openssl-unsafe/Makefile
index 7492a995323f..ee0d218ae87f 100644
--- a/security/openssl-unsafe/Makefile
+++ b/security/openssl-unsafe/Makefile
@@ -26,6 +26,9 @@ USE_GITHUB= yes
GH_ACCOUNT= PeterMosmans
GH_TAGNAME= c9ba19c
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN_i386= ld: error: unknown argument: -Bforcearchive
+.endif
MAKE_JOBS_UNSAFE= yes
CONFIGURE_ARGS= enable-camellia enable-cms enable-ec enable-ec2m \