Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
12471266
Commit
12471266
authored
Jul 20, 2017
by
Mark Andrews
Browse files
4653. [bug] Reorder includes to move @DST_OPENSSL_INC@ and
@ISC_OPENSSL_INC@ after shipped include directories. [RT #45581]
parent
b55ae9ab
Changes
10
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
12471266
4653. [bug] Reorder includes in bin/nsupdate/Makefile.in.
4653. [bug] Reorder includes to move @DST_OPENSSL_INC@ and
@ISC_OPENSSL_INC@ after shipped include directories.
[RT #45581]
4652. [bug] Nsupdate could attempt to use a zeroed address on
...
...
bin/delv/Makefile.in
View file @
12471266
...
...
@@ -13,7 +13,7 @@ VERSION=@BIND9_VERSION@
@BIND9_MAKE_INCLUDES@
CINCLUDES
=
-I
${srcdir}
/include
${DNS_INCLUDES}
${ISC_INCLUDES}
\
@DST_OPENSSL_INC@
${IRS_INCLUDES}
${ISCCFG_INCLUDES}
${IRS_INCLUDES}
${ISCCFG_INCLUDES}
@DST_OPENSSL_INC@
CDEFINES
=
@CRYPTO@
-DVERSION
=
\"
${VERSION}
\"
\
-DSYSCONFDIR
=
\"
${sysconfdir}
\"
...
...
bin/dig/Makefile.in
View file @
12471266
...
...
@@ -14,9 +14,9 @@ VERSION=@BIND9_VERSION@
READLINE_LIB
=
@READLINE_LIB@
CINCLUDES
=
-I
${srcdir}
/include
${DNS_INCLUDES}
${BIND9_INCLUDES}
\
${
ISC
_INCLUDES}
@DST_OPENSSL_INC@
\
${LWRES_INCLUDES}
${ISCCFG_INCLUDES}
CINCLUDES
=
-I
${srcdir}
/include
${DNS_INCLUDES}
\
${
BIND9
_INCLUDES}
${ISC_INCLUDES}
\
${LWRES_INCLUDES}
${ISCCFG_INCLUDES}
@DST_OPENSSL_INC@
CDEFINES
=
-DVERSION
=
\"
${VERSION}
\"
@CRYPTO@
CWARNINGS
=
...
...
bin/tests/Makefile.in
View file @
12471266
...
...
@@ -10,8 +10,8 @@ top_srcdir = @top_srcdir@
@BIND9_MAKE_INCLUDES@
CINCLUDES
=
${DNS_INCLUDES}
${ISC_INCLUDES}
@DST_OPENSSL_INC@
\
${ISCCFG_INCLUDES}
${LWRES_INCLUDES}
${OMAPI_INCLUDES}
CINCLUDES
=
${DNS_INCLUDES}
${ISC_INCLUDES}
${ISCCFG_INCLUDES}
\
${LWRES_INCLUDES}
${OMAPI_INCLUDES}
@DST_OPENSSL_INC@
CDEFINES
=
@CRYPTO@
CWARNINGS
=
...
...
bin/tools/Makefile.in
View file @
12471266
...
...
@@ -12,9 +12,9 @@ VERSION=@BIND9_VERSION@
@BIND9_MAKE_INCLUDES@
CINCLUDES
=
${DNS_INCLUDES}
${ISC_INCLUDES}
@DST_OPENSSL_INC@
\
CINCLUDES
=
${DNS_INCLUDES}
${ISC_INCLUDES}
\
${ISCCFG_INCLUDES}
${LWRES_INCLUDES}
\
${OMAPI_INCLUDES}
${BIND9_INCLUDES}
${OMAPI_INCLUDES}
${BIND9_INCLUDES}
@DST_OPENSSL_INC@
CDEFINES
=
@CRYPTO@
-DVERSION
=
\"
${VERSION}
\"
CWARNINGS
=
...
...
lib/bind9/Makefile.in
View file @
12471266
...
...
@@ -17,7 +17,7 @@ VERSION=@BIND9_VERSION@
@BIND9_MAKE_INCLUDES@
CINCLUDES
=
-I
.
${BIND9_INCLUDES}
${DNS_INCLUDES}
${ISC_INCLUDES}
\
@ISC_OPENSSL_INC@
${ISCCFG_INCLUDES}
${ISCCFG_INCLUDES}
@ISC_OPENSSL_INC@
CDEFINES
=
@CRYPTO@
CWARNINGS
=
...
...
lib/irs/Makefile.in
View file @
12471266
...
...
@@ -18,7 +18,7 @@ VERSION=@BIND9_VERSION@
CINCLUDES
=
-I
.
-I
./include
-I
${srcdir}
/include
\
${DNS_INCLUDES}
${ISC_INCLUDES}
\
@ISC_OPENSSL_INC@
${ISCCFG_INCLUDES}
${ISCCFG_INCLUDES}
@ISC_OPENSSL_INC@
CDEFINES
=
@CRYPTO@
CWARNINGS
=
...
...
lib/isc/Makefile.in
View file @
12471266
...
...
@@ -20,7 +20,7 @@ CINCLUDES = -I${srcdir}/unix/include \
-I
${srcdir}
/@ISC_THREAD_DIR@/include
\
-I
${srcdir}
/@ISC_ARCH_DIR@/include
\
-I
./include
\
-I
${srcdir}
/include @ISC_OPENSSL_INC@
${DNS_INCLUDES}
-I
${srcdir}
/include
${DNS_INCLUDES}
@ISC_OPENSSL_INC@
CDEFINES
=
@CRYPTO@
-DPK11_LIB_LOCATION
=
\"
${PROVIDER}
\"
CWARNINGS
=
...
...
lib/isc/unix/Makefile.in
View file @
12471266
...
...
@@ -11,8 +11,8 @@ top_srcdir = @top_srcdir@
CINCLUDES
=
-I
${srcdir}
/include
\
-I
${srcdir}
/../@ISC_THREAD_DIR@/include
\
-I
../include
\
-I
${srcdir}
/../include
@ISC_OPENSSL_INC@
\
-I
${srcdir}
/..
-I
${srcdir}
/../include
\
-I
${srcdir}
/..
@ISC_OPENSSL_INC@
CDEFINES
=
@CRYPTO@
CWARNINGS
=
...
...
lib/samples/Makefile.in
View file @
12471266
...
...
@@ -14,8 +14,8 @@ VERSION=@BIND9_VERSION@
CINCLUDES
=
-I
${srcdir}
/include
-I
../dns/include
\
${DNS_INCLUDES}
${ISC_INCLUDES}
\
@ISC_OPENSSL_INC@
-I
${top_srcdir}
/lib/irs/include
\
-I
../../lib/irs/include
-I
${top_srcdir}
/lib/irs/include
\
-I
../../lib/irs/include
@ISC_OPENSSL_INC@
CDEFINES
=
@CRYPTO@
-DVERSION
=
\"
${VERSION}
\"
\
-DSYSCONFDIR
=
\"
${sysconfdir}
\"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment