]> 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:40:54 +0000 (15:40 +0200)
commitea31bc680fc83946b2cc8d0c93544a1ab2a01d63
treec911faf5a99bfbe29309b2f124b8f1a07fe8c73b
parent2a97e69e71d4afb9c32268890e13db19cb73196b
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>
src/plugins/auth-pam/Makefile.am
src/plugins/down-root/Makefile.am