|
@@ -10,7 +10,7 @@ MOARVM_SOURCE = MoarVM-$(MOARVM_VERSION).tar.gz
|
|
|
MOARVM_LICENSE = Artistic-2.0
|
|
|
MOARVM_LICENSE_FILES = Artistic2.txt
|
|
|
MOARVM_INSTALL_STAGING = YES
|
|
|
-MOARVM_DEPENDENCIES = host-luajit libuv libatomic_ops
|
|
|
+MOARVM_DEPENDENCIES = host-luajit libuv libtommath libatomic_ops
|
|
|
|
|
|
MOARVM_CONF_OPTS = \
|
|
|
--build=$(GNU_HOST_NAME) \
|
|
@@ -21,6 +21,7 @@ MOARVM_CONF_OPTS = \
|
|
|
--prefix="/usr" \
|
|
|
--lua=$(HOST_DIR)/usr/bin/luajit \
|
|
|
--has-libuv \
|
|
|
+ --has-libtommath \
|
|
|
--has-libatomic
|
|
|
|
|
|
ifeq ($(BR2_ENDIAN),"BIG")
|