4653. [bug] Reorder includes in bin/nsupdate/Makefile.in.

[RT #45581]

(cherry picked from commit a5a4cf96c6)
This commit is contained in:
Mark Andrews
2017-07-20 09:34:23 +10:00
parent 4b14dedee8
commit 447dfe4f11
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
4653. [bug] Reorder includes in bin/nsupdate/Makefile.in.
[RT #45581]
4652. [bug] Nsupdate could attempt to use a zeroed address on
server timeout. [RT #45417]

View File

@@ -19,8 +19,8 @@ READLINE_LIB = @READLINE_LIB@
DST_GSSAPI_INC = @DST_GSSAPI_INC@
CINCLUDES = ${LWRES_INCLUDES} ${DNS_INCLUDES} \
${BIND9_INCLUDES} @DST_OPENSSL_INC@ ${ISC_INCLUDES} \
${ISCCFG_INCLUDES} ${DST_GSSAPI_INC}
${BIND9_INCLUDES} ${ISC_INCLUDES} \
${ISCCFG_INCLUDES} ${DST_GSSAPI_INC} @DST_OPENSSL_INC@
CDEFINES = -DVERSION=\"${VERSION}\" @CRYPTO@ @USE_GSSAPI@
CWARNINGS =