[packages/mixxx] - disable lld and mold detection, use default linker (lld breaks debuginfo due to incompatible build

qboosh qboosh at pld-linux.org
Sun Sep 29 09:11:07 CEST 2024


commit 8e41bae0c15fd8e7cb525c38955d7a6a2d9e949d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 29 09:14:05 2024 +0200

    - disable lld and mold detection, use default linker (lld breaks debuginfo due to incompatible build-id)

 mixxx.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 6f1b23b..844a006 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -1,4 +1,4 @@
-# TODO: system djinterop >= 0.20.2, shoutidjc >= 2.4.6?
+# TODO: system shoutidjc >= 2.4.6?
 #
 # Conditional build:
 %bcond_without	faad		# FAAD AAC audio decoder
@@ -146,7 +146,9 @@ Podstawowe skórki dla programu Mixxx.
 	%{!?with_ffmpeg:-DFFMPEG=OFF} \
 	%{!?with_hidapi:-DHID=OFF} \
 	%{!?with_lv2:-DLILV=OFF} \
-	-DOPTIMIZE=off \
+	-DLLD_SUPPORT=OFF \
+	-DMOLD_SUPPORT=OFF \
+	-DOPTIMIZE=OFF \
 	%{!?with_qtkeychain:-DQTKEYCHAIN=OFF} \
 	%{!?with_wavpack:-DWAVPACK=OFF}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mixxx.git/commitdiff/8e41bae0c15fd8e7cb525c38955d7a6a2d9e949d



More information about the pld-cvs-commit mailing list