diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:11:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:11:11 +0000 |
commit | c6e9e3d3dcccd736b1e06fd7658cdae3016edf6a (patch) | |
tree | 95f42db38abf86c766dd78b0b9c57bc38ef056f9 /debian/patches | |
parent | Merging upstream version 3.0.0. (diff) | |
download | haproxy-c6e9e3d3dcccd736b1e06fd7658cdae3016edf6a.tar.xz haproxy-c6e9e3d3dcccd736b1e06fd7658cdae3016edf6a.zip |
Merging debian version 3.0.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/reproducible.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch index a948190..9382459 100644 --- a/debian/patches/reproducible.patch +++ b/debian/patches/reproducible.patch @@ -3,8 +3,8 @@ index 566bdb26a3e7..8603dea25c21 100644 --- a/Makefile +++ b/Makefile @@ -975,7 +975,7 @@ src/haproxy.o: src/haproxy.c $(DEP) - -DBUILD_ARCH='"$(strip $(ARCH))"' \ - -DBUILD_CPU='"$(strip $(CPU))"' \ + $(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)))"' \ |