From: Arkadiusz Miśkiewicz Date: Wed, 8 May 2013 21:03:43 +0000 (+0200) Subject: - rel 3; magic bugs happen when built with gold; force bfd linker X-Git-Tag: auto/th/fuse-exfat-1.0.1-3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=b2befcbe818394e2400f33a72f102e42e7521255;p=packages%2Ffuse-exfat.git - rel 3; magic bugs happen when built with gold; force bfd linker --- 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