diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-25 08:04:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-25 08:05:20 +0000 |
commit | 813dd96e24bc89891bb82454af34c910f5a26827 (patch) | |
tree | 8607b3c3d1b2677d65cbd079aa110b8033bfe6a1 /main/lua-expat/newconfig | |
parent | 9f0f0d9a0679bffa14141a444612c48f20c7bb64 (diff) | |
download | aports-813dd96e24bc89891bb82454af34c910f5a26827.tar.bz2 aports-813dd96e24bc89891bb82454af34c910f5a26827.tar.xz |
main/lua-expat: add support for Lua 5.2 and claim maintainership
Diffstat (limited to 'main/lua-expat/newconfig')
-rw-r--r-- | main/lua-expat/newconfig | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/main/lua-expat/newconfig b/main/lua-expat/newconfig deleted file mode 100644 index 7d8d6331fc..0000000000 --- a/main/lua-expat/newconfig +++ /dev/null @@ -1,26 +0,0 @@ -LUA_LIBDIR= usr/lib/lua/5.1 -LUA_DIR= usr/share/lua/5.1 -LUA_INC= /usr/include -EXPAT_INC= /usr/include - -# OS dependent -LIB_OPTION= -shared - -LIBNAME= $T.so.$V -LUA_VERSION_NUM= 514 -COMPAT_DIR= ../compat/src - -# Compilation parameters -CWARNS = -Wall -pedantic \ - -Waggregate-return \ - -Wcast-align \ - -Wmissing-prototypes \ - -Wstrict-prototypes \ - -Wnested-externs \ - -Wpointer-arith \ - -Wshadow \ - -Wwrite-strings - -CFLAGS = $(CWARNS) -ansi -O2 -I$(LUA_INC) \ - -I$(COMPAT_DIR) -I$(EXPAT_INC) -CC = gcc |