]> git.kaiwu.me - 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:44 +0000 (16:18 +0100)
commita46545b695d7e840bb2459762c934b7664703360
treea0c453dc3b9571f0c952f43eb9a0f8db6d172b69
parent11997b81ccea51b13e9deefa01684190496bca02
[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