CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/07/15 06:11:39
Modified files:
net/ldns : Makefile
Log message:
ldns: forcibly set HAVE_OPENSSL_ENGINE_H to no and explicitly disable GOST
GOST is currently disabled since the port is built with OPENSSL_NO_ENGINE.
With the next bump the strange logic of header guards in this code will end
up enabling GOST, which in turn will break the build. So unbreak the build
and disable GOST to keep things working.
ok sthen
