Files
bsdports/net/libldns/files/patch-examples_configure.ac
2019-12-26 07:26:06 +00:00

12 lines
227 B
Plaintext

--- 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"