From: Otto Moerbeek Date: Fri, 24 Feb 2023 09:08:31 +0000 (+0100) Subject: Add flags to find libssl includes to two modules needing them X-Git-Tag: dnsdist-1.8.0-rc2~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12584%2Fhead;p=thirdparty%2Fpdns.git Add flags to find libssl includes to two modules needing them --- diff --git a/modules/gpgsqlbackend/Makefile.am b/modules/gpgsqlbackend/Makefile.am index 04f9172996..b9663a530a 100644 --- a/modules/gpgsqlbackend/Makefile.am +++ b/modules/gpgsqlbackend/Makefile.am @@ -1,4 +1,5 @@ -AM_CPPFLAGS += $(PGSQL_CFLAGS) +AM_CPPFLAGS += $(PGSQL_CFLAGS) \ + $(LIBCRYPTO_INCLUDES) pkglib_LTLIBRARIES = libgpgsqlbackend.la EXTRA_DIST = \ diff --git a/modules/remotebackend/Makefile.am b/modules/remotebackend/Makefile.am index 718913dee4..38f531f2c3 100644 --- a/modules/remotebackend/Makefile.am +++ b/modules/remotebackend/Makefile.am @@ -2,6 +2,7 @@ AM_CPPFLAGS += \ -I$(top_srcdir)/ext/json11 \ $(YAHTTP_CFLAGS) \ $(LIBCRYPTO_CFLAGS) \ + $(LIBCRYPTO_INCLUDES) \ $(LIBZMQ_CFLAGS) if LUA