]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add flags to find libssl includes to two modules needing them 12584/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 24 Feb 2023 09:08:31 +0000 (10:08 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 24 Feb 2023 09:08:31 +0000 (10:08 +0100)
modules/gpgsqlbackend/Makefile.am
modules/remotebackend/Makefile.am

index 04f91729969189be221a67fc37198ddf3c671192..b9663a530a0115f32918bd61fbba3f3e30a46a3a 100644 (file)
@@ -1,4 +1,5 @@
-AM_CPPFLAGS += $(PGSQL_CFLAGS)
+AM_CPPFLAGS += $(PGSQL_CFLAGS) \
+       $(LIBCRYPTO_INCLUDES)
 pkglib_LTLIBRARIES = libgpgsqlbackend.la
 
 EXTRA_DIST = \
index 718913dee4bc3e63fd58a250acd387206418208a..38f531f2c3e181d9e54adfa67e9d44713d0a3148 100644 (file)
@@ -2,6 +2,7 @@ AM_CPPFLAGS += \
        -I$(top_srcdir)/ext/json11 \
        $(YAHTTP_CFLAGS) \
        $(LIBCRYPTO_CFLAGS) \
+       $(LIBCRYPTO_INCLUDES) \
        $(LIBZMQ_CFLAGS)
 
 if LUA