reproducible
authorDebian HAProxy Maintainers <team+haproxy@tracker.debian.org>
Fri, 30 Sep 2022 07:07:13 +0000 (08:07 +0100)
committerVincent Bernat <bernat@debian.org>
Fri, 30 Sep 2022 07:07:13 +0000 (08:07 +0100)
Gbp-Pq: Name reproducible.patch

Makefile

index 46033c73f7ae1e4e45f91e7022b1ca1239740d99..8b2b4811ad2b5754f17585645a8bfe3eb1915ab9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -991,7 +991,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))"' \