reproducible
authorDebian HAProxy Maintainers <team+haproxy@tracker.debian.org>
Wed, 10 Nov 2021 05:06:46 +0000 (05:06 +0000)
committerStephen Gelman <ssgelm@debian.org>
Wed, 10 Nov 2021 05:06:46 +0000 (05:06 +0000)
Gbp-Pq: Name reproducible.patch

Makefile

index 566bdb26a3e779cd5390c7d1166955cda711d423..8603dea25c21002f3c6981a2adaaacc3662a89c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -975,7 +975,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))"' \