summaryrefslogtreecommitdiffstats
path: root/debian/patches/reproducible.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/reproducible.patch')
-rw-r--r--debian/patches/reproducible.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch
index a948190..9382459 100644
--- a/debian/patches/reproducible.patch
+++ b/debian/patches/reproducible.patch
@@ -3,8 +3,8 @@ index 566bdb26a3e7..8603dea25c21 100644
--- a/Makefile
+++ b/Makefile
@@ -975,7 +975,7 @@ src/haproxy.o: src/haproxy.c $(DEP)
- -DBUILD_ARCH='"$(strip $(ARCH))"' \
- -DBUILD_CPU='"$(strip $(CPU))"' \
+ $(cmd_CC) $(COPTS) \
+ -DBUILD_TARGET='"$(strip $(TARGET))"' \
-DBUILD_CC='"$(strip $(CC))"' \
- -DBUILD_CFLAGS='"$(strip $(VERBOSE_CFLAGS))"' \
+ -DBUILD_CFLAGS='"$(filter-out -ffile-prefix-map=%,$(strip $(VERBOSE_CFLAGS)))"' \