[packages/ccache] don't use lld; rel 2

atler atler at pld-linux.org
Sun May 2 20:12:20 CEST 2021


commit 0435ed4f5c3b8687b660073e157e82d474fc4eda
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun May 2 20:09:54 2021 +0200

    don't use lld; rel 2
    
    aka "faster linker" which produces xxHash based build-ids and in turn
    causes debugedit failure:
    
    Cannot handle 8-byte build ID

 ccache.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/ccache.spec b/ccache.spec
index 01f0568..5f51866 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -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
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ccache.git/commitdiff/0435ed4f5c3b8687b660073e157e82d474fc4eda



More information about the pld-cvs-commit mailing list