mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fuse: fails to build with GOLD support with building with gcc-4.9
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
04a58d139b
commit
bf6eae1e4b
@ -39,6 +39,11 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-lib \
|
||||
--disable-rpath \
|
||||
--with-gnu-ld"
|
||||
|
||||
pre_configure_target() {
|
||||
# fuse fails to build with GOLD linker on gcc-4.9
|
||||
strip_gold
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/etc/init.d
|
||||
rm -rf $INSTALL/etc/udev
|
||||
|
Loading…
x
Reference in New Issue
Block a user