From: Debian HAProxy Maintainers Date: Wed, 27 Jul 2022 13:59:36 +0000 (+0100) Subject: reproducible X-Git-Tag: archive/raspbian/2.4.18-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=20abc21321d0a4ed2854e4abed0b7e407a7069e2;p=haproxy.git reproducible Gbp-Pq: Name reproducible.patch --- diff --git a/Makefile b/Makefile index c0a6a27..c038918 100644 --- a/Makefile +++ b/Makefile @@ -991,7 +991,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))"' \