mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
e2fsprogs: fails to build with LTO support on gcc-4.9
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bedef3b505
commit
98fff54f0f
@ -62,3 +62,8 @@ PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr \
|
||||
--disable-nls \
|
||||
--disable-rpath \
|
||||
--with-gnu-ld"
|
||||
|
||||
pre_configure_target() {
|
||||
# e2fsprogs fails to build with LTO support on gcc-4.9
|
||||
strip_lto
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user