[PATCH] hostapd: fix object file list for hlr_auc_gw

Mukesh Agrawal quiche at chromium.org
Thu Oct 13 14:22:13 EDT 2011


If CONFIG_NO_RANDOM_POOL is unset, src/crypto/random.o is linked
into hlr_auc_gw. However, in this configuration, random.o requires
symbols defined in src/utils/eloop.o. So add eloop.o to the object
file list for hlr_auc_gw.

---
 hostapd/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hostapd/Makefile b/hostapd/Makefile
index d05975b..d6ee654 100644
--- a/hostapd/Makefile
+++ b/hostapd/Makefile
@@ -692,6 +692,7 @@ CFLAGS += -DCONFIG_NO_RANDOM_POOL
 else
 OBJS += ../src/crypto/random.o
 HOBJS += ../src/crypto/random.o
+HOBJS += ../src/utils/eloop.o
 HOBJS += $(SHA1OBJS)
 HOBJS += ../src/crypto/md5.o
 endif
--
1.7.2.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.shmoo.com/pipermail/hostap/attachments/20111013/56e73f66/attachment-0001.htm 


More information about the HostAP mailing list