mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
3618e306b4
commit
20ede64bc9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user