projects
/
haproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22ec1ab
)
reproducible
author
Debian HAProxy Maintainers
<team+haproxy@tracker.debian.org>
Fri, 29 Apr 2022 15:42:42 +0000
(16:42 +0100)
committer
Vincent Bernat
<bernat@debian.org>
Fri, 29 Apr 2022 15:42:42 +0000
(16:42 +0100)
Gbp-Pq: Name reproducible.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ccf6b013d715aa390b63e6fbd86c4bfbb806e9d7..e27a0c856ffb475db401e4ff1fb86fab688aa670 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))"' \