mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 12:28:21 +01:00
_GNU_SOURCE definition for SO_*CRED
This commit is contained in:
parent
67c1a1e9d3
commit
fb67179add
@ -173,7 +173,7 @@ SOCKET_macosx=usocket.o
|
|||||||
SO_linux=so
|
SO_linux=so
|
||||||
O_linux=o
|
O_linux=o
|
||||||
CC_linux=gcc
|
CC_linux=gcc
|
||||||
DEF_linux=-DLUASOCKET_$(DEBUG)
|
DEF_linux=-DLUASOCKET_$(DEBUG) -D_GNU_SOURCE
|
||||||
CFLAGS_linux=$(LUAINC:%=-I%) $(DEF) -Wall -Wshadow -Wextra \
|
CFLAGS_linux=$(LUAINC:%=-I%) $(DEF) -Wall -Wshadow -Wextra \
|
||||||
-Wimplicit -O2 -ggdb3 -fpic
|
-Wimplicit -O2 -ggdb3 -fpic
|
||||||
LDFLAGS_linux=-O -shared -fpic -o
|
LDFLAGS_linux=-O -shared -fpic -o
|
||||||
|
Loading…
Reference in New Issue
Block a user