]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix 'engine' unit test on FreeBSD (specifically 'not GNU make')
authorGert Doering <gert@greenie.muc.de>
Mon, 29 Jun 2020 17:51:09 +0000 (19:51 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 1 Jul 2020 14:56:06 +0000 (16:56 +0200)
commit8a168a9ac82c197725091f67fb5812d4b64050d8
tree89aa985bec00e23ba9555a3b3dca66dfb976a1cb
parent712f2629c8406c017931a082cd996b439b5dfdc9
Fix 'engine' unit test on FreeBSD (specifically 'not GNU make')

The rules to generate $(builddir)/openssl.cnf from $(srcdir)/openssl.cnf.in
only worked for GNU Make.  BSD make needs the rules more explicit, and
the target must not have a directory specification (fixes commit
542c69c37).

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Message-Id: <20200629175109.94276-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20159.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/unit_tests/engine-key/Makefile.am