2833. [bug] Cross compiling was broken due to calling genrandom at

build time. [RT #35869]

(cherry picked from commit 87344c2cb3)
This commit is contained in:
Mark Andrews
2014-04-30 11:39:43 +10:00
parent ab71b9b780
commit c7b2cf17af
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
2833. [bug] Cross compiling was broken due to calling genrandom at
build time. [RT #35869]
3826. [bug] Corrected bad INSIST logic in isc_radix_remove().
[RT #35870]

View 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}