lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 67c549fd06bce616b4e63f091e75f1f1ec07255c
parent 13316fd67fdf4a484302400fa9096aa1a88a873a
Author: Morteza Milani <mrtz.milani@googlemail.com>
Date:   Tue, 17 Jan 2017 17:18:56 +0330

luajit: update to trunk

This includes a fix in jit module that is essential for MIPS target.

Signed-off-by: Morteza Milani <milani@pichak.co>

Diffstat:
Mlang/luajit/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luajit -PKG_VERSION:=2016-06-05-8e5d7be +PKG_VERSION:=2017-01-17-71ff7ef PKG_RELEASE:=1 PKG_MAINTAINER:=Morteza Milani <milani@pichak.co> PKG_LICENSE:=MIT @@ -9,7 +9,7 @@ PKG_LICENSE_FILES:=COPYRIGHT PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/LuaJIT/LuaJIT.git -PKG_SOURCE_VERSION:=8e5d7bec0d110aa4ccd7e8492f697ff2a88a55ed +PKG_SOURCE_VERSION:=71ff7ef8a7e0592dedb3527d4aacc68bf04af0bd PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -29,7 +29,7 @@ define Package/luajit endef define Package/luajit/description - LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. + LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. *** Requires GCC Multilib on host system to build! *** endef TARGET_CFLAGS += $(FPIC) -std=gnu99