reproducible
authorDebian HAProxy Maintainers <team+haproxy@tracker.debian.org>
Sat, 22 Oct 2022 08:19:03 +0000 (09:19 +0100)
committerVincent Bernat <bernat@debian.org>
Sat, 22 Oct 2022 08:19:03 +0000 (09:19 +0100)
Gbp-Pq: Name reproducible.patch

Makefile

index 30616c196d60e99d9cc713c686a6e98582ebe573..9e78ac8d4459bd3add0cf43dd7831dd35ede019a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1044,7 +1044,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))"' \