aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-socket/lua-cflags.patch
diff options
context:
space:
mode:
authorMichael Zuo <muh.muhten@gmail.com>2016-03-06 18:00:37 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-06 19:57:34 +0000
commit11949c75677ef1619799f96485a8599eb81415f3 (patch)
tree8b1ad761b719067de8ca838804ebda766d5e48df /main/lua-socket/lua-cflags.patch
parent8357d9d4a2a04a45d997d4ec802abace437c2a55 (diff)
downloadaports-11949c75677ef1619799f96485a8599eb81415f3.tar.bz2
aports-11949c75677ef1619799f96485a8599eb81415f3.tar.xz
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.
Diffstat (limited to 'main/lua-socket/lua-cflags.patch')
-rw-r--r--main/lua-socket/lua-cflags.patch10
1 files changed, 6 insertions, 4 deletions
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")))'