]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Enable -D_SVR4_2 for compilation on Solaris
authorGert Doering <gert@greenie.muc.de>
Mon, 10 Oct 2016 07:39:31 +0000 (09:39 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 10 Oct 2016 08:20:39 +0000 (10:20 +0200)
commit6eaa70e80aea7dfd1b3114fcb369a8f72c19ceee
tree9f8837bcbe573fda063e67b9500c6b1d6847d65b
parent3fb246e38fc670c7dfff8ce4521c75c95c766c9e
Enable -D_SVR4_2 for compilation on Solaris

Solaris' header files to not make necessary macros (like CMSG_SPACE)
available unless told "this is the API level we want" - thus, do so.

This fixes --multihome on OpenSolaris 11 (at least).

trac #750

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20161010073931.54469-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12634.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac