From: Debian HAProxy Maintainers Date: Fri, 3 Oct 2025 06:03:00 +0000 (+0200) Subject: reproducible X-Git-Tag: archive/raspbian/2.6.12-1+rpi1+deb12u3^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eec9c93bdf0e45868c557abe9f89f125e7732c9b;p=haproxy.git reproducible Gbp-Pq: Name reproducible.patch --- 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))"' \