mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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 \
|
--disable-rpath \
|
||||||
--with-gnu-ld"
|
--with-gnu-ld"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
# fuse fails to build with GOLD linker on gcc-4.9
|
||||||
|
strip_gold
|
||||||
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/etc/init.d
|
rm -rf $INSTALL/etc/init.d
|
||||||
rm -rf $INSTALL/etc/udev
|
rm -rf $INSTALL/etc/udev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user