aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 1ed3f4f..0f4b359 100644
--- a/src/makefile
+++ b/src/makefile
@@ -181,7 +181,7 @@ SOCKET_linux=usocket.o
181SO_freebsd=so 181SO_freebsd=so
182O_freebsd=o 182O_freebsd=o
183CC_freebsd=gcc 183CC_freebsd=gcc
184DEF_freebsd=-DLUASOCKET_$(DEBUG) \ 184DEF_freebsd=-DLUASOCKET_$(DEBUG) -DUNIX_HAS_SUN_LEN \
185 -DLUASOCKET_API='__attribute__((visibility("default")))' \ 185 -DLUASOCKET_API='__attribute__((visibility("default")))' \
186 -DUNIX_API='__attribute__((visibility("default")))' \ 186 -DUNIX_API='__attribute__((visibility("default")))' \
187 -DMIME_API='__attribute__((visibility("default")))' 187 -DMIME_API='__attribute__((visibility("default")))'
@@ -360,7 +360,7 @@ linux:
360 360
361mingw: 361mingw:
362 $(MAKE) all PLAT=mingw 362 $(MAKE) all PLAT=mingw
363 363
364solaris: 364solaris:
365 $(MAKE) all-unix PLAT=solaris 365 $(MAKE) all-unix PLAT=solaris
366 366