mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
udev:
- update link time optimization hack
This commit is contained in:
parent
7856754b92
commit
75ee3d9568
@ -8,9 +8,9 @@ $SCRIPTS/build pciutils
|
||||
$SCRIPTS/build usbutils
|
||||
$SCRIPTS/build libusb-compat
|
||||
|
||||
# Fails to compile with GCC's link time optimization (appears to be libtool related).
|
||||
# Fails to compile with GCC's link time optimization.
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||"`
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||" -e "s|-fwhole-program||"`
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||"`
|
||||
|
||||
cd $PKG_BUILD
|
||||
$AUTORECONF
|
||||
|
Loading…
x
Reference in New Issue
Block a user