Lines 1-5
Link Here
|
1 |
--- config.orig 2006-06-08 20:41:48.000000000 +0000 |
1 |
--- config.orig 2006-06-08 15:41:48.000000000 -0500 |
2 |
+++ config 2009-07-03 03:00:20.000000000 +0000 |
2 |
+++ config 2009-07-14 21:48:26.000000000 -0500 |
3 |
@@ -1,15 +1,15 @@ |
3 |
@@ -1,15 +1,15 @@ |
4 |
# Installation directories |
4 |
# Installation directories |
5 |
# System's libraries directory (where binary libraries are installed) |
5 |
# System's libraries directory (where binary libraries are installed) |
Lines 30-32
Link Here
|
30 |
|
30 |
|
31 |
# Compilation parameters |
31 |
# Compilation parameters |
32 |
CWARNS = -Wall -pedantic \ |
32 |
CWARNS = -Wall -pedantic \ |
|
|
33 |
@@ -31,6 +31,6 @@ |
34 |
-Wshadow \ |
35 |
-Wwrite-strings |
36 |
|
37 |
-CFLAGS = $(CWARNS) -ansi -O2 -I$(LUA_INC) \ |
38 |
+CFLAGS += $(CWARNS) -ansi -O2 -I$(LUA_INC) \ |
39 |
-I$(COMPAT_DIR) -I$(EXPAT_INC) |
40 |
CC = gcc |