reproducible
authorDebian HAProxy Maintainers <team+haproxy@tracker.debian.org>
Wed, 24 Nov 2021 18:42:28 +0000 (18:42 +0000)
committerVincent Bernat <bernat@debian.org>
Wed, 24 Nov 2021 18:42:28 +0000 (18:42 +0000)
Gbp-Pq: Name reproducible.patch

Makefile

index 23ceacef0067cbe35178b6916765265568fb7e72..feec20f1ed0928a5b6897a3d459932020276df5f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -983,7 +983,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))"' \