BUG/MINOR: Fix OSX compilation errors
authorDinko Korunic <dinko.korunic@gmail.com>
Fri, 9 Sep 2016 07:41:15 +0000 (09:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Sep 2016 06:04:37 +0000 (08:04 +0200)
commit7276f3aa3d687fca64bb9becc66c8e0dbb8b378a
treee3f073a589ee1e86e2ef96c228960e6218fd1962
parent5094656a67fa1b56f30cd2316adb675ca9d2a79a
BUG/MINOR: Fix OSX compilation errors

SOL_IPV6 is not defined on OSX, breaking the compile. Also libcrypt is
not available for installation neither in Macports nor as a Brew recipe,
so we're disabling implicit dependancy.

Signed-off-by: Dinko Korunic <dinko.korunic@gmail.com>
Makefile
src/proto_tcp.c