diff options
author | sibel <lesibel@free.fr> | 2011-03-03 15:43:06 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 15:43:06 +0100 |
commit | 889126c0f5b64a423b48fbb9fa01acd741b20df0 (patch) | |
tree | d433b591211d7b5b29eed1c2bfb01a40d988e6f9 /base/lua/lua-5.1.4-cflags.diff | |
parent | 9816b71e0287e4ea7b9652f6d7e91ad4f6f8c1a3 (diff) | |
download | nutyx-pakxe-889126c0f5b64a423b48fbb9fa01acd741b20df0.tar.gz nutyx-pakxe-889126c0f5b64a423b48fbb9fa01acd741b20df0.tar.bz2 nutyx-pakxe-889126c0f5b64a423b48fbb9fa01acd741b20df0.tar.xz nutyx-pakxe-889126c0f5b64a423b48fbb9fa01acd741b20df0.zip |
lua déplacé dans base
Diffstat (limited to 'base/lua/lua-5.1.4-cflags.diff')
-rw-r--r-- | base/lua/lua-5.1.4-cflags.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/base/lua/lua-5.1.4-cflags.diff b/base/lua/lua-5.1.4-cflags.diff new file mode 100644 index 000000000..db658aeca --- /dev/null +++ b/base/lua/lua-5.1.4-cflags.diff @@ -0,0 +1,13 @@ +diff -Naur lua-5.1.orig/src/Makefile lua-5.1/src/Makefile +--- lua-5.1.orig/src/Makefile 2006-02-16 16:45:09.000000000 +0100 ++++ lua-5.1/src/Makefile 2006-03-01 14:55:29.000000000 +0100 +@@ -8,7 +8,8 @@ + PLAT= none + + CC= gcc +-CFLAGS= -O2 -Wall $(MYCFLAGS) ++CFLAGS ?= -O2 -Wall ++CFLAGS += $(MYCFLAGS) + AR= ar rcu + RANLIB= ranlib + RM= rm -f |