]> 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:46:35 +0000 (15:46 +0100)
commitcb17255b1f7600b3255d1e018cfc426b40da4044
tree12386fd227d28a5df029dd19c84e734b3895dc4e
parent05baa0ecf841852fbf29ef39ee9cd1d4cac990cf
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>
(cherry picked from commit 631812fe29c69d0034628ab8321cb4016cb4fc2d)
configure.ac
include/Makefile.am
include/openvpn-plugin.h.in
src/openvpn/Makefile.am