From: Michael Tremer Date: Thu, 25 Feb 2021 10:33:53 +0000 (+0000) Subject: haproxy: Link against libatomic on riscv64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b8cfb5e4a9ededf631b3065f5e04a96e5852aa6;p=people%2Fms%2Fipfire-2.x.git haproxy: Link against libatomic on riscv64 Signed-off-by: Michael Tremer --- diff --git a/lfs/haproxy b/lfs/haproxy index 5247c71484..5c522be70c 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -40,6 +40,10 @@ ifeq "$(BUILD_ARCH)" "armv5tel" LDFLAGS += -latomic endif +ifeq "$(BUILD_ARCH)" "riscv64" + LDFLAGS += -latomic +endif + ############################################################################### # Top-level Rules ###############################################################################