mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
wpa_supplicant:
- dont use linker plugin (gcc bug 42453)
This commit is contained in:
parent
7c5c538b75
commit
aad868c6d8
@ -4,5 +4,9 @@
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
# Suffers from bug 42453 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42453>.
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-fuse-linker-plugin||"`
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-linker-plugin||"`
|
||||
|
||||
cd $PKG_BUILD/wpa_supplicant
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user