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 | 2fd918a872dcc56a3b7dbc8280143319dd873f0f (patch) | |
tree | 9fa10e84536e0567ff55f145d4205f534d3a22cc /package/lua/patches/020-shared_liblua.patch | |
parent | e2751ea6d901e5892a86471959ae6aaf0f573832 (diff) | |
download | upstream-2fd918a872dcc56a3b7dbc8280143319dd873f0f.tar.gz upstream-2fd918a872dcc56a3b7dbc8280143319dd873f0f.tar.bz2 upstream-2fd918a872dcc56a3b7dbc8280143319dd873f0f.zip |
lua: update to v5.1.5, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33707 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |