|
From: <ope...@li...> - 2011-05-19 16:35:19
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via ca0ed8458a355aea46d26c209984caaf533784ec (commit)
from aa52ca828fc075e010c326e91d2171484a514fde (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ca0ed8458a355aea46d26c209984caaf533784ec
Author: Matthew L. Creech <mlc...@gm...>
Date: Wed May 11 17:57:28 2011 -0400
Fix 2.2.0 build failure when management interface disabled
I just upgraded to 2.2.0, and my build fails with:
ps.c: In function 'port_share_open':
ps.c:778:7: error: 'management' undeclared (first use in this function)
ps.c:778:7: note: each undeclared identifier is reported only once for
each function it appears in
make[5]: *** [ps.o] Error 1
[Comment by David Sommerseth:
This happens only when building with --enable-small, --disable-management
and --disable-pkcs11
Also changed MANAGEMENT_ENABLED to ENABLE_MANAGEMENT from the original
patch.
]
Mailing-list: http://thread.gmane.org/gmane.network.openvpn.devel/4639
Signed-off-by: Matthew L. Creech <mlc...@gm...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
ps.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|