From 23b0fcc37fd7878990c2b0bff766f02ff319977f Mon Sep 17 00:00:00 2001 From: Debian HAProxy Maintainers Date: Wed, 15 Feb 2023 20:45:50 +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 31b6008..837ed42 100644 --- a/Makefile +++ b/Makefile @@ -1049,7 +1049,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