v20250930-0018-undo-unncessary-changes-to-Makefile.patch
text/x-patch
Filename: v20250930-0018-undo-unncessary-changes-to-Makefile.patch
Type: text/x-patch
Part: 17
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v20250930-0018
Subject: undo unncessary changes to Makefile
| File | + | − |
|---|---|---|
| src/Makefile.global.in | 0 | 1 |
From c481a48c07865a5710eb75dfbca9e74df847f410 Mon Sep 17 00:00:00 2001 From: Tomas Vondra <tomas@vondra.me> 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