mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
openssh: fails to build with LTO support on gcc-4.8.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
415982d29a
commit
80a6561676
@ -25,6 +25,9 @@
|
||||
export LD="$TARGET_CC"
|
||||
export LDFLAGS="$TARGET_CFLAGS $TARGET_LDFLAGS"
|
||||
|
||||
# openssh fails to build with LTO support with gcc-4.8.0
|
||||
strip_lto
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
Loading…
x
Reference in New Issue
Block a user