From c7d6edefb56624f3a44b40c04cf8c851f79298b1 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 5 Apr 2019 15:07:58 +0200 Subject: [PATCH] dnsdist: honor libcrypto include path --- pdns/dnsdistdist/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index b0d56c303c..642825904b 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -45,6 +45,10 @@ AM_CPPFLAGS += $(GNUTLS_CFLAGS) endif endif +if HAVE_LIBCRYPTO +AM_CPPFLAGS += $(LIBCRYPTO_INCLUDES) +endif + EXTRA_DIST=COPYING \ dnslabeltext.rl \ dnsdistconf.lua \ -- 2.47.2