From ece31e7779f676c17d10f7f68efacd7735d89db9 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 10 Oct 2012 17:53:46 +0000 Subject: lua: update to v5.1.5, refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33707 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/lua/patches/020-shared_liblua.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/lua/patches/020-shared_liblua.patch') 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) -- cgit v1.2.3