[Bug 274512] devel/cmake-core

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 16 16:11:15 BST 2023


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274512

Jason E. Hale <jhale at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhale at FreeBSD.org
           Severity|Affects Many People         |Affects Some People
             Status|New                         |In Progress
              Flags|maintainer-feedback?(kde at Fr |maintainer-feedback+
                   |eeBSD.org)                  |

--- Comment #1 from Jason E. Hale <jhale at 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.


More information about the kde-freebsd mailing list