commit | ea05767770d759d46f97d1dc33423de72ae20ccd | [log] [tgz] |
---|---|---|
author | Hasso Tepper <hasso.tepper@gmail.com> | Sun Jan 13 17:45:29 2013 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue Jan 15 17:57:03 2013 +0100 |
tree | 20917e0852385f08817998a027bd75f4df33a2ea | |
parent | 303bb005889a843b0d7e07a9b67b68ee55653d8f [diff] |
build: Fix build on MacOSX 10.8 (Mountain Lion) Newer MacOSX versions have support for both IPv6 advanced socket API RFCs (2292 and 3542) switchable in compile time, but neither of these is default for some strange reason. RFC3542 will be default in future, but for now we have to declare that we want to use the RFC3542 API before including <netinet/in.h>. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>