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/rules | |
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/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 8b8f78e..a768d82 100755 --- a/debian/rules +++ b/debian/rules @@ -34,13 +34,8 @@ else MAKEARGS+= TARGET=generic endif -ifneq ($(filter armel mips mipsel m68k powerpc powerpcspe sh4 riscv64,$(DEB_HOST_ARCH)),) - MAKEARGS+= ADDLIB="-latomic -Wl,-no-as-needed -ljemalloc -Wl,-as-needed" -else - MAKEARGS+= ADDLIB="-Wl,-no-as-needed -ljemalloc -Wl,-as-needed" -endif - -MAKEARGS += DEBUG_CFLAGS="$(CFLAGS) $(CPPFLAGS)" +MAKEARGS += ADDLIB="-Wl,-no-as-needed -ljemalloc -Wl,-as-needed" +MAKEARGS += CFLAGS="$(CFLAGS) $(CPPFLAGS)" MAKEARGS += LDFLAGS="$(LDFLAGS)" MAKEARGS += VERSION="$(DEB_VERSION_UPSTREAM)" MAKEARGS += SUBVERS="-$(lastword $(subst -, ,$(DEB_VERSION)))" |