From: Debian HAProxy Maintainers Date: Sat, 14 May 2022 12:27:20 +0000 (+0100) Subject: reproducible X-Git-Tag: archive/raspbian/2.4.17-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d765d0329897f2616bcb47bdf9dbfcbb0d1e5cc1;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))"' \