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:
Stephan Raue 2014-04-23 12:38:37 +02:00
parent 20ede64bc9
commit 0e8689933b

View File

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