diff options
-rw-r--r-- | src/makefile | 4 |
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 | |||
181 | SO_freebsd=so | 181 | SO_freebsd=so |
182 | O_freebsd=o | 182 | O_freebsd=o |
183 | CC_freebsd=gcc | 183 | CC_freebsd=gcc |
184 | DEF_freebsd=-DLUASOCKET_$(DEBUG) \ | 184 | DEF_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 | ||
361 | mingw: | 361 | mingw: |
362 | $(MAKE) all PLAT=mingw | 362 | $(MAKE) all PLAT=mingw |
363 | 363 | ||
364 | solaris: | 364 | solaris: |
365 | $(MAKE) all-unix PLAT=solaris | 365 | $(MAKE) all-unix PLAT=solaris |
366 | 366 | ||