wpa_supplicant: force linking against libm, needed for upcoming gcc-4.9 support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-04-23 12:38:00 +02:00
parent 703b50e051
commit 04a58d139b

View File

@ -39,7 +39,7 @@ configure_target() {
# wpa_supplicant fails to build with LTO
strip_lto
LDFLAGS="$LDFLAGS -lpthread"
LDFLAGS="$LDFLAGS -lpthread -lm"
cp $PKG_DIR/config/makefile.config wpa_supplicant/.config