reproducible
authorDebian HAProxy Maintainers <team+haproxy@tracker.debian.org>
Tue, 29 Apr 2025 13:56:20 +0000 (16:56 +0300)
committerAdrian Bunk <bunk@debian.org>
Tue, 29 Apr 2025 13:56:20 +0000 (16:56 +0300)
Gbp-Pq: Name reproducible.patch

Makefile

index 31b6008766bddb95b0e6be84d1ae3f1fe2a424c4..837ed42714fcea9ad7e71df0e066f34b38194fd9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1049,7 +1049,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))"' \