freebsd-ports/dns/ldns/files/patch-examples_configure.ac
Mark Felder 7c45c72c91 Fix issues with LibreSSL
PR:		191853
Approved by:	maintainer
2015-02-25 14:44:41 +00:00

11 lines
227 B
Text

--- examples/configure.ac.orig 2014-01-10 21:04:41 UTC
+++ examples/configure.ac
@@ -207,6 +207,8 @@ case "$enable_dane" in
;;
esac
+AC_CHECK_FUNCS(ENGINE_load_cryptodev)
+
LDFLAGS="$tmp_LDFLAGS"
LIBS="$tmp_LIBS"