haproxy: Link against libatomic on ARM

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-02-17 13:36:37 +00:00
parent 429af17883
commit e36a7e3cf2

View File

@@ -36,6 +36,10 @@ PAK_VER = 3
DEPS = ""
ifeq "$(BUILD_ARCH)" "armv5tel"
LDFLAGS += -latomic
endif
###############################################################################
# Top-level Rules
###############################################################################