From: Otto Moerbeek Date: Wed, 17 Aug 2022 08:30:36 +0000 (+0200) Subject: Also do odbc backend (tested) and ldap (not completely tested, as it gives X-Git-Tag: rec-4.8.0-alpha1~29^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11860%2Fhead;p=thirdparty%2Fpdns.git Also do odbc backend (tested) and ldap (not completely tested, as it gives ldap specific errors on MacOS). --- diff --git a/modules/godbcbackend/Makefile.am b/modules/godbcbackend/Makefile.am index 9884e3df0f..4e2a13f7d6 100644 --- a/modules/godbcbackend/Makefile.am +++ b/modules/godbcbackend/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS += $(UNIXODBC_CFLAGS) +AM_CPPFLAGS += $(UNIXODBC_CFLAGS) $(LIBCRYPTO_INCLUDES) pkglib_LTLIBRARIES = libgodbcbackend.la EXTRA_DIST = \ diff --git a/modules/ldapbackend/Makefile.am b/modules/ldapbackend/Makefile.am index ff58faa195..5feed38d93 100644 --- a/modules/ldapbackend/Makefile.am +++ b/modules/ldapbackend/Makefile.am @@ -1,5 +1,7 @@ pkglib_LTLIBRARIES = libldapbackend.la +AM_CPPFLAGS += $(LIBCRYPTO_INCLUDES) + EXTRA_DIST = \ OBJECTFILES \ OBJECTLIBS \