mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-16 20:48:54 -04:00
Add ${LMDB_CFLAGS} to DNS_INCLUDES in make/includes.in
so that <lmdb.h> will be found when <dns/lmdb.h> is included.
This commit is contained in:
parent
41e38c216d
commit
39c3565408
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ ISCCFG_INCLUDES = @BIND9_ISCCFG_BUILDINCLUDE@ \
|
|||
DNS_INCLUDES = @BIND9_DNS_BUILDINCLUDE@ \
|
||||
-I${top_srcdir}/lib/dns/include \
|
||||
${FSTRM_CFLAGS} ${PROTOBUF_C_CFLAGS} \
|
||||
${OPENSSL_CFLAGS}
|
||||
${OPENSSL_CFLAGS} ${LMDB_CFLAGS}
|
||||
|
||||
NS_INCLUDES = @BIND9_NS_BUILDINCLUDE@ \
|
||||
-I${top_srcdir}/lib/ns/include
|
||||
|
|
|
|||
Loading…
Reference in a new issue