aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua5.2-socket/lua-cflags.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-10 14:00:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-10 14:39:28 +0000
commita0f84571d8ccee800bc652bb8095c3a7ab194203 (patch)
treed434fdacd0654d22c63f0809efa218ff82f525cb /testing/lua5.2-socket/lua-cflags.patch
parent40e6f34d8e271b5a23294952c4a2695674b7a7e5 (diff)
downloadaports-a0f84571d8ccee800bc652bb8095c3a7ab194203.tar.bz2
aports-a0f84571d8ccee800bc652bb8095c3a7ab194203.tar.xz
testing/lua5.2-socket: merged with lua-socket
Diffstat (limited to 'testing/lua5.2-socket/lua-cflags.patch')
-rw-r--r--testing/lua5.2-socket/lua-cflags.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/lua5.2-socket/lua-cflags.patch b/testing/lua5.2-socket/lua-cflags.patch
deleted file mode 100644
index eace4258aa..0000000000
--- a/testing/lua5.2-socket/lua-cflags.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./src/makefile.orig 2013-07-09 14:20:08.772827698 +0000
-+++ ./src/makefile 2013-07-09 14:22:46.311231590 +0000
-@@ -142,6 +142,8 @@
- #------
- # Compiler and linker settings
- # for Linux
-+LUAPC=lua$(LUAV)
-+LUA_CFLAGS=$(shell pkg-config --cflags $(LUAPC))
- SO_linux=so
- O_linux=o
- CC_linux=gcc
-@@ -149,7 +151,7 @@
- -DLUASOCKET_API='__attribute__((visibility("default")))' \
- -DUNIX_API='__attribute__((visibility("default")))' \
- -DMIME_API='__attribute__((visibility("default")))'
--CFLAGS_linux= -I$(LUAINC) $(DEF) -pedantic -Wall -Wshadow -Wextra \
-+CFLAGS_linux= $(LUA_CFLAGS) -I$(LUAINC) $(DEF) -pedantic -Wall -Wshadow -Wextra \
- -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden
- LDFLAGS_linux=-O -shared -fpic -o
- LD_linux=gcc