projects
/
haproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e14725
)
reproducible
author
Debian HAProxy Maintainers
<team+haproxy@tracker.debian.org>
Wed, 10 Nov 2021 05:06:46 +0000
(
05:06
+0000)
committer
Stephen Gelman
<ssgelm@debian.org>
Wed, 10 Nov 2021 05:06:46 +0000
(
05:06
+0000)
Gbp-Pq: Name reproducible.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 566bdb26a3e779cd5390c7d1166955cda711d423..8603dea25c21002f3c6981a2adaaacc3662a89c1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-975,7
+975,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))"' \