reproducible
authorDebian HAProxy Maintainers <team+haproxy@tracker.debian.org>
Fri, 7 Jan 2022 16:25:51 +0000 (16:25 +0000)
committerVincent Bernat <bernat@debian.org>
Fri, 7 Jan 2022 16:25:51 +0000 (16:25 +0000)
Gbp-Pq: Name reproducible.patch

Makefile

index 82fa9ddb0cfa4d5eae0ae3540067995864ab0997..b3d6b0e861d2bab9fe372ff3ac8617a374fc80c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -984,7 +984,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))"' \