diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-10 17:53:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-10 17:53:46 +0000 |
commit | 109cf29629e6527898e8e54d756753380c2ba864 (patch) | |
tree | 5fed569de06b4be87bba5d1a50474f3a335f76f5 /package/lua/patches/020-shared_liblua.patch | |
parent | 5bb789340eba2b8def003130c9b7a97651259abb (diff) | |
download | upstream-109cf29629e6527898e8e54d756753380c2ba864.tar.gz upstream-109cf29629e6527898e8e54d756753380c2ba864.tar.bz2 upstream-109cf29629e6527898e8e54d756753380c2ba864.zip |
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.patch | 2 |
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 18078ccc1f..bcd410f690 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) |