kumquat-buildroot/package/lua
Thomas Petazzoni 8305f6ffbc lua: make sure that CFLAGS are passed
We were passing a custom MYCFLAGS value to Lua's Makefile, but because
of $(TARGET_CONFIGURE_OPTS), we were also passing a CFLAGS variable,
which was overriding Lua's internal CFLAGS variable. The result was
that MYCFLAGS wasn't taken into account.

Extracted from the patch proposed by François Perrad in bug #2353.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-08-24 15:05:19 +02:00
..
Config.in
lua-bug3-boolean_expression.patch
lua-bug4-table.patch
lua-bug5-debug_getfenv.patch
lua-bug6-gc_performance.patch
lua-bug7-string_format.patch
lua-bug8-io_read.patch
lua-root-path.patch
lua-shared-libs.patch
lua.mk