Mark BROKEN with libressl:

/usr/lib/libc.a(arc4random.o): In function `arc4random':
/usr/src/lib/libc/gen/arc4random.c:(.text+0x350): multiple definition of `arc4random'
/usr/local/lib/libcrypto.a(arc4random.o):(.text+0x0): first defined here
/usr/lib/libc.a(arc4random.o): In function `arc4random_buf':
/usr/src/lib/libc/gen/arc4random.c:(.text+0x4c0): multiple definition of `arc4random_buf'
/usr/local/lib/libcrypto.a(arc4random.o):(.text+0xa0): first defined here
c++: error: linker command failed with exit code 1 (use -v to see invocation)

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-06-08 10:36:40 +00:00
parent dcdbf3c0d2
commit 5ce7f885f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442913

View File

@ -25,4 +25,6 @@ CONFIGURE_ARGS+= --enable-client-only \
BROKEN_aarch64= Fails to link: missing sbrk
BROKEN_SSL= libressl
.include "${MASTERDIR}/Makefile"