diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-devtools/lua/lua5.1/luaorg_1.patch | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-devtools/lua/lua5.1/luaorg_1.patch')
-rw-r--r-- | meta-oe/recipes-devtools/lua/lua5.1/luaorg_1.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/lua/lua5.1/luaorg_1.patch b/meta-oe/recipes-devtools/lua/lua5.1/luaorg_1.patch new file mode 100644 index 0000000000..b64a6a26bf --- /dev/null +++ b/meta-oe/recipes-devtools/lua/lua5.1/luaorg_1.patch | |||
@@ -0,0 +1,18 @@ | |||
1 | lua.org patch 1 for lua-5.1.5. | ||
2 | from http://www.lua.org/bugs.html | ||
3 | |||
4 | Upstream-Status: Backport | ||
5 | |||
6 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
7 | diff -Nurd lua-5.1.5/src/Makefile lua-5.1.5/src/Makefile | ||
8 | --- lua-5.1.5/src/Makefile 2012-02-13 22:41:22.000000000 +0200 | ||
9 | +++ lua-5.1.5/src/Makefile 2013-10-25 11:29:49.769540434 +0300 | ||
10 | @@ -48,7 +48,7 @@ | ||
11 | a: $(ALL_A) | ||
12 | |||
13 | $(LUA_A): $(CORE_O) $(LIB_O) | ||
14 | - $(AR) $@ $(CORE_O) $(LIB_O) # DLL needs all object files | ||
15 | + $(AR) $@ $(CORE_O) $(LIB_O) | ||
16 | $(RANLIB) $@ | ||
17 | |||
18 | $(LUA_T): $(LUA_O) $(LUA_A) | ||