diff --git a/lfs/freeradius b/lfs/freeradius index 96669c7d5..6f3836056 100644 --- a/lfs/freeradius +++ b/lfs/freeradius @@ -36,6 +36,10 @@ PAK_VER = 5 DEPS = "samba" +ifeq "$(BUILD_ARCH)" "armv5tel" + LDFLAGS += -latomic +endif + ############################################################################### # Top-level Rules ###############################################################################