https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274512
Jason E. Hale <jh...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jh...@freebsd.org Severity|Affects Many People |Affects Some People Status|New |In Progress Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+ |eeBSD.org) | --- Comment #1 from Jason E. Hale <jh...@freebsd.org> --- I was also seeing errors with LibreSSL when it was linking curltest, but since I don’t normally use it and nobody else had raised the issue, I thought it was just a configuration error on my part. Since my goal was testing another port, I didn’t look too deeply into it, just needed CMake up and running ASAP. My hotfix was to add the following to devel/cmake-core/Makefile: CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} I’ll look into a better fix since I know it’s not just me now, but could you try the above and report back? Sorry I can’t make a proper patch ATM…AFK. -- You are receiving this mail because: You are the assignee for the bug.