On 18. 10. 11., Justin Hibbits wrote: > On Thu, 11 Oct 2018 19:07:45 +0000 > Glen Barber <g...@freebsd.org> wrote: > >> On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raúl wrote: >>> Maybe related to recent Glen's Heads-UP? >>> >>> https://lists.freebsd.org/pipermail/freebsd-current/2018-October/071581.html >>> >> >> No, this is different, and more recent than the heads-up. I now see >> failures on powerpc, powerpc64, powerpcspe, sparc64, and arm. >> >> I'm trying to track down what commit introduced this, but it was not >> the final merge from the projects/openssl111 branch. >> >> Glen >> > > Seems r339303 is the cuplrit. Reverting this gets my build completing.
It seems ldns now requires libssl.so to support DANE-TA. Please try the attached patch. Jung-uk Kim
Index: lib/libldns/Makefile =================================================================== --- lib/libldns/Makefile (revision 339318) +++ lib/libldns/Makefile (working copy) @@ -19,7 +19,7 @@ SRCS= buffer.c dane.c dname.c dnssec.c dnssec_sign SRCS+= b64_ntop.c b64_pton.c -LIBADD= crypto +LIBADD= ssl crypto WARNS ?= 3
signature.asc
Description: OpenPGP digital signature