repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git]
/
lua-c++
/
lua-5.1-cflags.diff
blob
db658aecad8f88c59fd419e25fabe217b625e073
1
diff -Naur lua-5.1.orig/src/Makefile lua-5.1/src/Makefile
2
--- lua-5.1.orig/src/Makefile 2006-02-16 16:45:09.000000000 +0100
3
+++ lua-5.1/src/Makefile 2006-03-01 14:55:29.000000000 +0100
4
@@ -8,7 +8,8 @@
5
PLAT= none
6
7
CC= gcc
8
-CFLAGS= -O2 -Wall $(MYCFLAGS)
9
+CFLAGS ?= -O2 -Wall
10
+CFLAGS += $(MYCFLAGS)
11
AR= ar rcu
12
RANLIB= ranlib
13
RM= rm -f