New package: lua-5.1.4. Contributed by DigitalKiwi.
This commit is contained in:
parent
b0cf505357
commit
17ea977f79
7 changed files with 139 additions and 0 deletions
13
srcpkgs/lua/patches/lua-5.1-cflags.diff
Normal file
13
srcpkgs/lua/patches/lua-5.1-cflags.diff
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue