From f802896e03623908c8c65f913b0009f3be1cc2a6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 22 Mar 2024 22:20:11 +0100 Subject: [PATCH] fix the mold check --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7913eb94..64a35c8b 100755 --- a/debian/rules +++ b/debian/rules @@ -304,7 +304,7 @@ endif # Use mold as a linker. Faster than the other. MOLD_DISABLE_DISTRO := bionic buster focal buster bullseye bookworm -ifeq (,$(filter-out $(LIBC_DISABLE_DISTRO), $(DISTRO))) +ifeq (,$(filter-out $(MOLD_DISABLE_DISTRO), $(DISTRO))) # mold is too old on this distro MOLD_ENABLE=no else