]> git.pld-linux.org Git - packages/fuse-exfat.git/commitdiff
- rel 3; magic bugs happen when built with gold; force bfd linker auto/th/fuse-exfat-1.0.1-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 8 May 2013 21:03:43 +0000 (23:03 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 8 May 2013 21:03:43 +0000 (23:03 +0200)
fuse-exfat.spec

index 08da885185ee2341001296345126ab5275c6689a..034fb827b8fce79ebe2ab67dd778e48d83db768c 100644 (file)
@@ -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
This page took 0.113631 seconds and 4 git commands to generate.