haproxy: Link against libatomic on riscv64

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-02-25 10:33:53 +00:00
parent 1282a9ec7b
commit f821fbf63c

View File

@@ -40,6 +40,10 @@ ifeq "$(BUILD_ARCH)" "armv5tel"
LDFLAGS += -latomic
endif
ifeq "$(BUILD_ARCH)" "riscv64"
LDFLAGS += -latomic
endif
###############################################################################
# Top-level Rules
###############################################################################