Copy luaexpat package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo
2014-07-16 18:36:05 -04:00
committed by Steven Barth
parent 9b3a76017c
commit 2576665677
5 changed files with 443 additions and 0 deletions
@@ -0,0 +1,10 @@
--- a/config
+++ b/config
@@ -31,6 +31,6 @@
-Wshadow \
-Wwrite-strings
-CFLAGS = $(CWARNS) -ansi -O2 -I$(LUA_INC) \
+CFLAGS = $(CWARNS) -O2 -I$(LUA_INC) \
-I$(COMPAT_DIR) -I$(EXPAT_INC)
CC = gcc