squid: Link against libatomic on riscv64

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-02-22 11:05:45 +00:00
parent fe801ec9b1
commit abde732362

View File

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