From 1c4f27a1b5db83287b7cee462af990cf25a4c097 Mon Sep 17 00:00:00 2001 From: Debian HAProxy Maintainers Date: Tue, 11 Jan 2022 11:06:17 +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 82fa9dd..b3d6b0e 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