]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix build system to accept non-system crypto library locations for plugins.
authorSteffan Karger <steffan@karger.me>
Mon, 21 Apr 2014 11:37:18 +0000 (13:37 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 27 Apr 2014 13:41:18 +0000 (15:41 +0200)
commitc2faef04e61378ef5f112401b586fc9af6168f33
tree36ae9d312d9e2e4e950813c6a6cae61c9660d3e6
parent268e211b2cf77f88f7ebb69a241337c82b3cc086
Fix build system to accept non-system crypto library locations for plugins.

Flags like {OPEN,POLAR}SSL_CFLAGS were used by the core build, but not by
the plugins. However, all plugins include openvpn-plugin.h, which need
crypto/ssl headers.

Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1398080238-19662-1-git-send-email-steffan@karger.me>
URL: http://article.gmane.org/gmane.network.openvpn.devel/8576
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit ea31bc680fc83946b2cc8d0c93544a1ab2a01d63)
src/plugins/auth-pam/Makefile.am
src/plugins/down-root/Makefile.am