summaryrefslogtreecommitdiff
path: root/package/lua/patches/020-shared_liblua.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-10 17:53:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-10-10 17:53:46 +0000
commit109cf29629e6527898e8e54d756753380c2ba864 (patch)
tree5fed569de06b4be87bba5d1a50474f3a335f76f5 /package/lua/patches/020-shared_liblua.patch
parent5bb789340eba2b8def003130c9b7a97651259abb (diff)
downloadmtk-20170518-109cf29629e6527898e8e54d756753380c2ba864.zip
mtk-20170518-109cf29629e6527898e8e54d756753380c2ba864.tar.gz
mtk-20170518-109cf29629e6527898e8e54d756753380c2ba864.tar.bz2
lua: update to v5.1.5, refresh patches
SVN-Revision: 33707
Diffstat (limited to 'package/lua/patches/020-shared_liblua.patch')
-rw-r--r--package/lua/patches/020-shared_liblua.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua/patches/020-shared_liblua.patch b/package/lua/patches/020-shared_liblua.patch
index 18078cc..bcd410f 100644
--- a/package/lua/patches/020-shared_liblua.patch
+++ b/package/lua/patches/020-shared_liblua.patch
@@ -109,7 +109,7 @@
+so: $(ALL_SO)
+
$(LUA_A): $(CORE_O) $(LIB_O)
- $(AR) $@ $?
+ $(AR) $@ $(CORE_O) $(LIB_O) # DLL needs all object files
$(RANLIB) $@
-$(LUA_T): $(LUA_O) $(LUA_A)