projects
/
haproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d2760
)
reproducible
author
Debian HAProxy Maintainers
<team+haproxy@tracker.debian.org>
Fri, 2 Dec 2022 21:20:15 +0000
(21:20 +0000)
committer
Vincent Bernat
<bernat@debian.org>
Fri, 2 Dec 2022 21:20:15 +0000
(21:20 +0000)
Gbp-Pq: Name reproducible.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 4c86b337b5875d0a2f4ab8b02070a5a19e04dd44..7728d8a75d95262c207d25ee84d68a84710d3e95 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1045,7
+1045,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))"' \