<div class="gmail_quote"><div class="gmail_quote">If CONFIG_NO_RANDOM_POOL is unset, src/crypto/random.o is linked<br>
into hlr_auc_gw. However, in this configuration, random.o requires<br>
symbols defined in src/utils/eloop.o. So add eloop.o to the object<br>
file list for hlr_auc_gw.<br>
<br>---<br>
 hostapd/Makefile |    1 +<br>
 1 files changed, 1 insertions(+), 0 deletions(-)<br>
<br>
diff --git a/hostapd/Makefile b/hostapd/Makefile<br>
index d05975b..d6ee654 100644<br>
--- a/hostapd/Makefile<br>
+++ b/hostapd/Makefile<br>
@@ -692,6 +692,7 @@ CFLAGS += -DCONFIG_NO_RANDOM_POOL<br>
 else<br>
 OBJS += ../src/crypto/random.o<br>
 HOBJS += ../src/crypto/random.o<br>
+HOBJS += ../src/utils/eloop.o<br>
 HOBJS += $(SHA1OBJS)<br>
 HOBJS += ../src/crypto/md5.o<br>
 endif<br><span class="HOEnZb"><font color="#888888">
<span><font color="#888888">--<br>
1.7.2.3<br>
<br>
</font></span></font></span></div><br>
</div><br>