From 11949c75677ef1619799f96485a8599eb81415f3 Mon Sep 17 00:00:00 2001 From: Michael Zuo Date: Sun, 6 Mar 2016 18:00:37 -0500 Subject: main/lua-socket: cleanup and upgrade to latest git Fast-forward to pick up fixes since last release, remove patches that no longer apply, and clean up APKBUILD to closer to the current style. --- main/lua-socket/lua-cflags.patch | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'main/lua-socket/lua-cflags.patch') diff --git a/main/lua-socket/lua-cflags.patch b/main/lua-socket/lua-cflags.patch index be205f4b04..57122ec0bc 100644 --- a/main/lua-socket/lua-cflags.patch +++ b/main/lua-socket/lua-cflags.patch @@ -1,6 +1,8 @@ ---- src/makefile.orig -+++ ./src/makefile -@@ -156,6 +156,8 @@ +diff --git a/src/makefile b/src/makefile +index adf687f..c2abddc 100644 +--- a/src/makefile ++++ b/src/makefile +@@ -160,6 +160,8 @@ SOCKET_macosx=usocket.o #------ # Compiler and linker settings # for Linux @@ -9,7 +11,7 @@ SO_linux=so O_linux=o CC_linux=gcc -@@ -163,7 +165,7 @@ +@@ -167,7 +169,7 @@ DEF_linux=-DLUASOCKET_$(DEBUG) \ -DLUASOCKET_API='__attribute__((visibility("default")))' \ -DUNIX_API='__attribute__((visibility("default")))' \ -DMIME_API='__attribute__((visibility("default")))' -- cgit v1.2.3