Skip to content

Commit

Permalink
repro catch-up
Browse files Browse the repository at this point in the history
  • Loading branch information
sftcd committed Jun 16, 2024
1 parent 95f81cf commit 6eb6acf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions debian/patches/reproducible.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
diff --git a/Makefile b/Makefile
index 566bdb26a3e7..8603dea25c21 100644
index 37ac58ae0..aa30f4440 100644
--- a/Makefile
+++ b/Makefile
@@ -975,7 +975,7 @@ src/haproxy.o: src/haproxy.c $(DEP)
-DBUILD_ARCH='"$(strip $(ARCH))"' \
-DBUILD_CPU='"$(strip $(CPU))"' \
@@ -1077,7 +1077,7 @@ src/haproxy.o: src/haproxy.c $(DEP)
$(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)))"' \
Expand Down

0 comments on commit 6eb6acf

Please sign in to comment.