Пытаюсь собрать hostapd из git. Лезет следующая ошибка
make -j1 hlr_auc_gw
CC hlr_auc_gw.c
CC ../src/crypto/milenage.c
../src/crypto/random.o: In function `random_close_fd':
random.c:(.text+0xf0): undefined reference to `eloop_unregister_read_sock'
../src/crypto/random.o: In function `random_init':
random.c:(.text+0x5ed): undefined reference to `eloop_register_read_sock'
collect2: ld returned 1 exit status
make: *** [hlr_auc_gw] Error 1
emake failed