]> git.pld-linux.org Git - packages/libfuse3.git/commitdiff
drop gold workaround auto/th/libfuse3-3.13.1-1
authorJan Palus <atler@pld-linux.org>
Sat, 4 Feb 2023 18:08:23 +0000 (19:08 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 4 Feb 2023 18:11:35 +0000 (19:11 +0100)
builds fine with gold which supports base versioning for some time now

libfuse3.spec

index e0e77588770b7156c49fb11d0410dacd4bbe0bde..44309199f7a0983ffe4c4ccbd450c8fbd147cff3 100644 (file)
@@ -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
 
This page took 0.07004 seconds and 4 git commands to generate.