From: Debian HAProxy Maintainers Date: Fri, 25 Feb 2022 17:38:27 +0000 (+0000) Subject: reproducible X-Git-Tag: archive/raspbian/2.4.14-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0aaa02a26afbe1700e944f9b84d798e84a7d2de2;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))"' \