]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUILD] disable warning about localtime_r on Solaris
authorWilly Tarreau <w@1wt.eu>
Sat, 3 Nov 2007 15:18:11 +0000 (16:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 3 Nov 2007 15:18:11 +0000 (16:18 +0100)
commit2ee30416af3a8e891956fe99f738c63a5f7e6c70
treedc4d0ff0bc66bb32dfdc66277b76c11640af4d73
parenta7e76142a1b9aae2ba91098c3ead6af3e1399467
[BUILD] disable warning about localtime_r on Solaris

Solaris only declares localtime_r() if _REENTRANT is defined. Update
the makefile to silent the warning.
Makefile