[Bug 258182] devel/gsoap: fail to link with emulators/virtualbox-ose when libressl used

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 01 Sep 2021 16:07:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258182

--- Comment #3 from Felix Palmen <felix@palmen-it.de> ---
Created attachment 227593
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227593&action=edit
add ssl path to CFLAGS and LDFLAGS

It seems the culprit is that it was always building against the base OpenSSL.

I am not sure why this happened and whether my fix is correct, but I'm
attaching two patches that solve the problem for me.

The first is optional, it just removes old libressl-related changes that I
think are not needed any more.

The second one explicitly adds -I${OPENSSLINC} to CFLAGS and -L${OPENSSLLIB} to
LDFLAGS to ensure the correct SSL flavor is used (and bumps port revision).

Both patches can be applied with `git am`.

-- 
You are receiving this mail because:
You are the assignee for the bug.