mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
openssh: openssh fails to build with LTO support on gcc-4.8
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4814587d01
commit
e1ef9bbb08
@ -51,6 +51,9 @@ PKG_CONFIGURE_OPTS_TARGET="--libexecdir=/usr/lib/openssh \
|
|||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
export LD="$TARGET_CC"
|
export LD="$TARGET_CC"
|
||||||
export LDFLAGS="$TARGET_CFLAGS $TARGET_LDFLAGS"
|
export LDFLAGS="$TARGET_CFLAGS $TARGET_LDFLAGS"
|
||||||
|
|
||||||
|
# openssh fails to build with LTO support on gcc-4.8.2
|
||||||
|
strip_lto
|
||||||
}
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user