From d274a8a3c90165bf3a29e2d1825dfda16d31b0bc Mon Sep 17 00:00:00 2001 From: Debian HAProxy Maintainers Date: Thu, 17 Feb 2022 09:03:46 +0000 Subject: [PATCH] reproducible Gbp-Pq: Name reproducible.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccf6b01..e27a0c8 100644 --- a/Makefile +++ b/Makefile @@ -984,7 +984,7 @@ src/haproxy.o: src/haproxy.c $(DEP) -DBUILD_ARCH='"$(strip $(ARCH))"' \ -DBUILD_CPU='"$(strip $(CPU))"' \ -DBUILD_CC='"$(strip $(CC))"' \ - -DBUILD_CFLAGS='"$(strip $(VERBOSE_CFLAGS))"' \ + -DBUILD_CFLAGS='"$(filter-out -ffile-prefix-map=%,$(strip $(VERBOSE_CFLAGS)))"' \ -DBUILD_OPTIONS='"$(strip $(BUILD_OPTIONS))"' \ -DBUILD_DEBUG='"$(strip $(DEBUG))"' \ -DBUILD_FEATURES='"$(strip $(BUILD_FEATURES))"' \ -- 2.30.2