From: Debian HAProxy Maintainers Date: Mon, 14 Mar 2022 19:17:04 +0000 (+0000) Subject: reproducible X-Git-Tag: archive/raspbian/2.4.15-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6c8b81900168db7e85a549d5cdf95c7756dd3c13;p=haproxy.git reproducible Gbp-Pq: Name reproducible.patch --- 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))"' \