diff options
author | antoine <antoine@FreeBSD.org> | 2019-09-16 16:13:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-09-16 16:13:08 +0800 |
commit | d9a9c83f63559a9888315c587b54bcb6a5ebaa46 (patch) | |
tree | de44905df595c2cc583fa5ca3c084fb98c12de94 /security | |
parent | 59c051aaeced9d0da3fb6cabfeee1abe75f3b653 (diff) | |
download | freebsd-ports-gnome-d9a9c83f63559a9888315c587b54bcb6a5ebaa46.tar.gz freebsd-ports-gnome-d9a9c83f63559a9888315c587b54bcb6a5ebaa46.tar.zst freebsd-ports-gnome-d9a9c83f63559a9888315c587b54bcb6a5ebaa46.zip |
Mark BROKEN on i386 with lld
Reported by: pkg-fallout
MFH: 2019Q3
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl-unsafe/Makefile | 3 |
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 \ |