From: Mark Andrews Date: Wed, 30 Apr 2014 01:39:43 +0000 (+1000) Subject: 2833. [bug] Cross compiling was broken due to calling genrandom at X-Git-Tag: v9.11.0a1~1690 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=87344c2cb3d4b413941d514a078f4098bcb816e9;p=thirdparty%2Fbind9.git 2833. [bug] Cross compiling was broken due to calling genrandom at build time. [RT #35869] --- diff --git a/CHANGES b/CHANGES index 54269524677..db0f000a290 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2833. [bug] Cross compiling was broken due to calling genrandom at + build time. [RT #35869] + 3832. [func] "named -L " causes named to send log messages to the specified file by default instead of to the system log. (Thanks to Tony Finch.) diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index 7c54ea4843b..06982432e3e 100644 --- a/bin/tests/dst/Makefile.in +++ b/bin/tests/dst/Makefile.in @@ -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}