]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2833. [bug] Cross compiling was broken due to calling genrandom at
authorMark Andrews <marka@isc.org>
Wed, 30 Apr 2014 01:39:43 +0000 (11:39 +1000)
committerMark Andrews <marka@isc.org>
Wed, 30 Apr 2014 01:39:43 +0000 (11:39 +1000)
                        build time. [RT #35869]

CHANGES
bin/tests/dst/Makefile.in

diff --git a/CHANGES b/CHANGES
index 54269524677a74c0ac5d9851b31c3d4b8d6a11ea..db0f000a290ba3542d2ba9b874cf2154806bc62a 100644 (file)
--- 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 <filename>" causes named to send log
                        messages to the specified file by default instead
                        of to the system log. (Thanks to Tony Finch.)
index 7c54ea4843be8b5fd32a07d58593de5da8a7c690..06982432e3e1143b64ee7654ec8aad0c26e831b5 100644 (file)
@@ -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}