Files
meta-openwrt/recipes-support/lua/lua5.1/luaorg_1.patch
Daniel F. Dickinson 0ef133164f tree-wide: Reorganize recipes and images
We move packages out of core that are not core
(and put them in approprite OE category dirs).
We split openwrt-image-base into openwrt-image-minimal
(core openwrt with network but no gui) and
openwrt-image-base (core openwrt with luci).
We move the non-core images out of core.

Closes https://github.com/kraj/meta-openwrt/issues/11

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-01-18 20:49:36 -08:00

19 lines
525 B
Diff

lua.org patch 1 for lua-5.1.5.
from http://www.lua.org/bugs.html
Upstream-Status: Backport
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd lua-5.1.5/src/Makefile lua-5.1.5/src/Makefile
--- lua-5.1.5/src/Makefile 2012-02-13 22:41:22.000000000 +0200
+++ lua-5.1.5/src/Makefile 2013-10-25 11:29:49.769540434 +0300
@@ -48,7 +48,7 @@
a: $(ALL_A)
$(LUA_A): $(CORE_O) $(LIB_O)
- $(AR) $@ $(CORE_O) $(LIB_O) # DLL needs all object files
+ $(AR) $@ $(CORE_O) $(LIB_O)
$(RANLIB) $@
$(LUA_T): $(LUA_O) $(LUA_A)