mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
wireless_tools: dont build with LTO support, this fails on some systems
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8423ab495e
commit
412141f521
@ -22,10 +22,10 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
# wireless_tools fails to build on some systems with LTO enabled
|
||||||
|
strip_lto
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
make PREFIX=/usr \
|
make PREFIX=/usr CC="$CC" AR="$AR" \
|
||||||
CC="$TARGET_CC" \
|
CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS"
|
||||||
AR="$TARGET_AR" \
|
|
||||||
CFLAGS="$TARGET_CFLAGS" \
|
|
||||||
CPPFLAGS="$TARGET_CPPFLAGS" \
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user