]> git.ipfire.org Git - thirdparty/openvpn.git/commit
plugin: Remove GNUism in openvpn-plugin.h generation
authorChristian Hesse <mail@eworm.de>
Fri, 27 Jan 2017 08:49:27 +0000 (09:49 +0100)
committerDavid Sommerseth <davids@openvpn.net>
Fri, 27 Jan 2017 14:43:40 +0000 (15:43 +0100)
commit631812fe29c69d0034628ab8321cb4016cb4fc2d
tree7a3addfa5cdf16d458247b06e5b02dd42896beb3
parent4590c3831d0400096fab08aa1ed7f909da870ced
plugin: Remove GNUism in openvpn-plugin.h generation

The plugin path handling cleanup (4590c383) introduced GNUism and broke
builds on system not using GNU Make (like *BSD).

Revert back to let configure generate the header file. Instead let make
add an extra CFLAG that defines PLUGIN_LIBDIR.

Signed-off-by: Christian Hesse <mail@eworm.de>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20170127084927.21040-1-list@eworm.de>
URL: http://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13966.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
configure.ac
include/Makefile.am
include/openvpn-plugin.h.in
src/openvpn/Makefile.am