]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
haproxy: Link against libatomic on ARM
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Feb 2018 13:36:37 +0000 (13:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Feb 2018 13:36:37 +0000 (13:36 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/haproxy

index 508cbb83b446d258a8772c6b11685d7461fe327b..02e3b25f88ec32ae2ffd1d47c9c4c3521ba7cf13 100644 (file)
@@ -36,6 +36,10 @@ PAK_VER    = 3
 
 DEPS       = ""
 
+ifeq "$(BUILD_ARCH)" "armv5tel"
+       LDFLAGS += -latomic
+endif
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################