From: Michael Tremer Date: Sat, 17 Feb 2018 13:36:37 +0000 (+0000) Subject: haproxy: Link against libatomic on ARM X-Git-Tag: v2.19-core120~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e36a7e3cf23453e2cc9d5b7db3306b2cded23b80;p=ipfire-2.x.git haproxy: Link against libatomic on ARM Signed-off-by: Michael Tremer --- diff --git a/lfs/haproxy b/lfs/haproxy index 508cbb83b4..02e3b25f88 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -36,6 +36,10 @@ PAK_VER = 3 DEPS = "" +ifeq "$(BUILD_ARCH)" "armv5tel" + LDFLAGS += -latomic +endif + ############################################################################### # Top-level Rules ###############################################################################