mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
haproxy: Link against libatomic on ARM
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -36,6 +36,10 @@ PAK_VER = 3
|
||||
|
||||
DEPS = ""
|
||||
|
||||
ifeq "$(BUILD_ARCH)" "armv5tel"
|
||||
LDFLAGS += -latomic
|
||||
endif
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user