summaryrefslogtreecommitdiffstats
path: root/package/lua/patches/020-shared_liblua.patch
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-10 17:53:46 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-10 17:53:46 +0000
commitece31e7779f676c17d10f7f68efacd7735d89db9 (patch)
tree9fa10e84536e0567ff55f145d4205f534d3a22cc /package/lua/patches/020-shared_liblua.patch
parent32159aefcbf233179847189329eda8facad3d58a (diff)
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.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 18078ccc1..bcd410f69 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)