]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Changes.rst: Mainatiner update on C99
authorDavid Sommerseth <davids@openvpn.net>
Tue, 13 Dec 2016 12:16:56 +0000 (13:16 +0100)
committerDavid Sommerseth <davids@openvpn.net>
Wed, 14 Dec 2016 12:52:29 +0000 (13:52 +0100)
Mention for maintainers that we've moved to build with -std=c99 by
default.  Also document that 32-bit RHEL5 builds will need -std=gnu99
to be buildable.

Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1481631416-15377-1-git-send-email-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13518.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
Changes.rst

index 7da111926ed44059b243fa90d72f6967243f6f31..8508fa3fa4d2c6f485eccc0c2dc002f2b5844126 100644 (file)
@@ -292,3 +292,9 @@ Maintainer-visible changes
 - Linux distributions using systemd is highly encouraged to ship these new unit
   files instead of older ones, to provide a unified behaviour across systemd
   based Linux distributions.
+
+- With OpenVPN v2.4, the project have moved over to depend on and actively use
+  the official C99 standard (-std=c99).  This may on some older compiler/libc
+  headers combinations fail.  On most of these situations it is recommended to
+  do use -std=gnu99 in CFLAGS.  This is known to be needed when doing
+  i386/i686 builds on RHEL5.