freeradius: Fix build on armv5tel

Reported-by: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-04-01 21:35:56 +01:00
parent 84fca55b33
commit 4038d70b76

View File

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