]> git.pld-linux.org Git - packages/ccache.git/commitdiff
don't use lld; rel 2 auto/th/ccache-4.2.1-2
authorJan Palus <atler@pld-linux.org>
Sun, 2 May 2021 18:09:54 +0000 (20:09 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 2 May 2021 18:09:54 +0000 (20:09 +0200)
aka "faster linker" which produces xxHash based build-ids and in turn
causes debugedit failure:

Cannot handle 8-byte build ID

ccache.spec

index 01f0568bfb70ac528063126d1cd510d8ce43a9e6..5f518662254e5149d92d150580948a4d849179a0 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):      Pamięć podręczna dla kompilatora
 Summary(pt_BR.UTF-8):  Cache para compiladores C/C++
 Name:          ccache
 Version:       4.2.1
-Release:       1
+Release:       2
 License:       GPL v3+
 Group:         Development/Tools
 Source0:       https://github.com/ccache/ccache/releases/download/v%{version}/%{name}-%{version}.tar.xz
@@ -58,7 +58,8 @@ kompilatora.
 %setup -q
 
 %build
-%cmake -B build
+%cmake -B build \
+       -DUSE_FASTER_LINKER=OFF
 
 %{__make} -C build
 
This page took 0.416935 seconds and 4 git commands to generate.