From c481a48c07865a5710eb75dfbca9e74df847f410 Mon Sep 17 00:00:00 2001 From: Tomas Vondra Date: Tue, 30 Sep 2025 02:07:27 +0200 Subject: [PATCH v20250930 18/22] undo unncessary changes to Makefile The patch does not seem to need this. But maybe this should be committed separately? --- src/Makefile.global.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 3a8b277a9ae..0aa389bc710 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -201,7 +201,6 @@ with_liburing = @with_liburing@ with_libxml = @with_libxml@ with_libxslt = @with_libxslt@ with_llvm = @with_llvm@ -with_lz4 = @with_lz4@ with_system_tzdata = @with_system_tzdata@ with_uuid = @with_uuid@ with_zlib = @with_zlib@ -- 2.51.0