reproducible
authorDebian HAProxy Maintainers <team+haproxy@tracker.debian.org>
Wed, 27 Jul 2022 13:59:36 +0000 (14:59 +0100)
committerVincent Bernat <bernat@debian.org>
Wed, 27 Jul 2022 13:59:36 +0000 (14:59 +0100)
Gbp-Pq: Name reproducible.patch

Makefile

index c0a6a27f0c0f6f869bc5427f3f784cc108059a4b..c038918f4753c052a25a3ae4dd2f93203969261c 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))"' \