projects
/
haproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa8b72
)
reproducible
author
Debian HAProxy Maintainers
<team+haproxy@tracker.debian.org>
Sat, 22 Oct 2022 08:19:03 +0000
(09:19 +0100)
committer
Vincent Bernat
<bernat@debian.org>
Sat, 22 Oct 2022 08:19:03 +0000
(09:19 +0100)
Gbp-Pq: Name reproducible.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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))"' \