wpa_supplicant/Makefile: Fix libwpa_client build
authorJörg Krause <joerg.krause@embedded.rocks>
Thu, 29 Oct 2015 10:52:52 +0000 (11:52 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 31 Oct 2015 17:15:37 +0000 (19:15 +0200)
commit736b7cb2daf877a0cb9ad42ff15a2efbbd65fa42
tree6cfd978555595f477daf5891d4521625f3b8cb8b
parent2e38079531bdc3d5cd55f6eb5f31e203cd2823c3
wpa_supplicant/Makefile: Fix libwpa_client build

Building libwpa_client requires src/utils/common.c for bin_clear_free()
else loading the library fails with:

Error relocating /usr/lib/libwpa_client.so: bin_clear_free: symbol not found

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
wpa_supplicant/Makefile