summaryrefslogtreecommitdiffstats
path: root/package/lua/patches/020-shared_liblua.patch
diff options
context:
space:
mode:
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)