From b2befcbe818394e2400f33a72f102e42e7521255 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 8 May 2013 23:03:43 +0200 Subject: [PATCH] - rel 3; magic bugs happen when built with gold; force bfd linker --- fuse-exfat.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fuse-exfat.spec b/fuse-exfat.spec index 08da885..034fb82 100644 --- a/fuse-exfat.spec +++ b/fuse-exfat.spec @@ -2,7 +2,7 @@ Summary: FUSE module to access exFAT filesystem Summary(pl.UTF-8): Moduł FUSE pozwalający na dostęp do systemu plików exFAT Name: fuse-exfat Version: 1.0.1 -Release: 2 +Release: 3 License: GPL v3+ Group: Applications/System #Source0Download: http://code.google.com/p/exfat/downloads/list @@ -36,6 +36,12 @@ cd ../libexfat %patch1 -p0 %build +# "fuse: unknown option `'" error with gold +install -d ld-dir +[ ! -x /usr/bin/ld.bfd ] || ln -sf /usr/bin/ld.bfd ld-dir/ld + +PATH=$(pwd)/ld-dir:$PATH + %scons %install -- 2.44.0