HomeFreeBSD

net/libmdf: Add missing openssl library argument

Description

net/libmdf: Add missing openssl library argument

The build relies on pkg-config to supply "-lcrypto" but we're using
OPENSSL_CFLAGS and OPENSSL_LIBS (not pkg-config), to enable libmdf to find
openssl in base, which does not provide an openssl.pc file.

The previous commit neglected to explicitly include the library to link with
(-lcrypto), resulting in undefined references to OpenSSL functions when
attempting to link with the libmdf library.

PR: 219777
Reported by: Henrik Holst <henrik.holst millistream com>

Details

Provenance
koobsAuthored on
Parents
rP442741: Update the Mesa ports to 17.1.1
Branches
Unknown
Tags
Unknown