From 6eb6acfedf09ad21675e9666412e67b4d731f341 Mon Sep 17 00:00:00 2001 From: Stephen Farrell Date: Sun, 16 Jun 2024 02:44:36 +0100 Subject: [PATCH] repro catch-up --- debian/patches/reproducible.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch index a948190b789b3..2279b95b16527 100644 --- a/debian/patches/reproducible.patch +++ b/debian/patches/reproducible.patch @@ -1,10 +1,10 @@ diff --git a/Makefile b/Makefile -index 566bdb26a3e7..8603dea25c21 100644 +index 37ac58ae0..aa30f4440 100644 --- a/Makefile +++ b/Makefile -@@ -975,7 +975,7 @@ src/haproxy.o: src/haproxy.c $(DEP) - -DBUILD_ARCH='"$(strip $(ARCH))"' \ - -DBUILD_CPU='"$(strip $(CPU))"' \ +@@ -1077,7 +1077,7 @@ src/haproxy.o: src/haproxy.c $(DEP) + $(cmd_CC) $(COPTS) \ + -DBUILD_TARGET='"$(strip $(TARGET))"' \ -DBUILD_CC='"$(strip $(CC))"' \ - -DBUILD_CFLAGS='"$(strip $(VERBOSE_CFLAGS))"' \ + -DBUILD_CFLAGS='"$(filter-out -ffile-prefix-map=%,$(strip $(VERBOSE_CFLAGS)))"' \