From 0e8689933bf0ab87ec0c4d855b7105c7c07d82c6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 23 Apr 2014 12:38:37 +0200 Subject: [PATCH] fuse: fails to build with GOLD support with building with gcc-4.9 Signed-off-by: Stephan Raue --- packages/sysutils/fuse/package.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/sysutils/fuse/package.mk b/packages/sysutils/fuse/package.mk index 71093473f4..52f80656ff 100644 --- a/packages/sysutils/fuse/package.mk +++ b/packages/sysutils/fuse/package.mk @@ -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