[packages/libfuse3] drop gold workaround

atler atler at pld-linux.org
Sat Feb 4 19:18:41 CET 2023


commit 94f5e46c2bd5af6d23aac9dd148abc658882efd4
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Feb 4 19:08:23 2023 +0100

    drop gold workaround
    
    builds fine with gold which supports base versioning for some time now

 libfuse3.spec | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/libfuse3.spec b/libfuse3.spec
index e0e7758..4430919 100644
--- a/libfuse3.spec
+++ b/libfuse3.spec
@@ -111,10 +111,6 @@ Narzędzia do montowania systemów plików opartych na FUSE 3.
 
 %{__sed} -i '/FUSERMOUNT_PROG/s,fusermount3,%{_bindir}/fusermount3,' lib/mount.c
 
-# gold is missing base versioning
-install -d ld-dir
-[ ! -x /usr/bin/ld.bfd ] || ln -sf /usr/bin/ld.bfd ld-dir/ld
-
 %build
 PATH=$(pwd)/ld-dir:$PATH
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libfuse3.git/commitdiff/94f5e46c2bd5af6d23aac9dd148abc658882efd4



More information about the pld-cvs-commit mailing list