commit | 2ee30416af3a8e891956fe99f738c63a5f7e6c70 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Nov 03 16:18:11 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 03 16:18:11 2007 +0100 |
tree | dc4d0ff0bc66bb32dfdc66277b76c11640af4d73 | |
parent | a7e76142a1b9aae2ba91098c3ead6af3e1399467 [diff] [blame] |
[BUILD] disable warning about localtime_r on Solaris Solaris only declares localtime_r() if _REENTRANT is defined. Update the makefile to silent the warning.
diff --git a/Makefile b/Makefile index e0aca9b..5fa8622 100644 --- a/Makefile +++ b/Makefile
@@ -69,7 +69,7 @@ LIBS.linux22 = # This is for Solaris 8 -COPTS.solaris = -fomit-frame-pointer -DFD_SETSIZE=65536 +COPTS.solaris = -fomit-frame-pointer -DFD_SETSIZE=65536 -D_REENTRANT LIBS.solaris = -lnsl -lsocket # CPU dependant optimizations