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
87344c2c
Commit
87344c2c
authored
Apr 30, 2014
by
Mark Andrews
Browse files
2833. [bug] Cross compiling was broken due to calling genrandom at
build time. [RT #35869]
parent
e68c527d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
87344c2c
2833. [bug] Cross compiling was broken due to calling genrandom at
build time. [RT #35869]
3832. [func] "named -L <filename>" causes named to send log
messages to the specified file by default instead
of to the system log. (Thanks to Tony Finch.)
...
...
bin/tests/dst/Makefile.in
View file @
87344c2c
...
...
@@ -49,7 +49,7 @@ dst_test@EXEEXT@: dst_test.@O@ ${DEPLIBS}
${LIBTOOL_MODE_LINK}
${PURIFY}
${CC}
${CFLAGS}
${LDFLAGS}
-o
$@
\
dst_test.@O@
${LIBS}
t_dst@EXEEXT@
:
t_dst.@O@ ${DEPLIBS} ${TLIB}
randomfile
t_dst@EXEEXT@
:
t_dst.@O@ ${DEPLIBS} ${TLIB}
${LIBTOOL_MODE_LINK}
${PURIFY}
${CC}
${CFLAGS}
${LDFLAGS}
-o
$@
\
t_dst.@O@
${TLIB}
${LIBS}
...
...
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