[packages/fuse-exfat] - rel 3; magic bugs happen when built with gold; force bfd linker

arekm arekm at pld-linux.org
Wed May 8 23:03:46 CEST 2013


commit b2befcbe818394e2400f33a72f102e42e7521255
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed May 8 23:03:43 2013 +0200

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

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fuse-exfat.git/commitdiff/b2befcbe818394e2400f33a72f102e42e7521255



More information about the pld-cvs-commit mailing list