e2fsprogs: fails to build with LTO support on gcc-4.9

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-04-23 18:31:58 +02:00
parent ad5f45de0c
commit c08f4a5fc6

View File

@ -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
}