Re: [Openvpn-devel] [PATCH v5] Fix broken ./configure on systems without openssl.pc

2017-04-25 Thread Steffan Karger
Hi, On 24-04-17 22:57, Gert Doering wrote: > On Mon, Apr 24, 2017 at 04:39:10PM +0200, David Sommerseth wrote: >> This patch have been tested on Scientic Linux 7.3 (RHEL clone) and >> FreeBSD 10.3-RELEASE-p11. >> >> v5 - Remove the right OPENSSL_LIBS and preserve the old one >>- In PKG_CHECK_M

Re: [Openvpn-devel] [PATCH v5] Fix broken ./configure on systems without openssl.pc

2017-04-24 Thread Gert Doering
Hi, On Mon, Apr 24, 2017 at 04:39:10PM +0200, David Sommerseth wrote: > This patch have been tested on Scientic Linux 7.3 (RHEL clone) and > FreeBSD 10.3-RELEASE-p11. > > v5 - Remove the right OPENSSL_LIBS and preserve the old one >- In PKG_CHECK_MODULES(), check for openssl instead of libssl

[Openvpn-devel] [PATCH v5] Fix broken ./configure on systems without openssl.pc

2017-04-24 Thread David Sommerseth
Commit 039a89c331e9b799 changed the OpenSSL check slightly, but that broke ./configure on systems which do not install the openssl.pc pkg-config support file. This is typically an issue on most of the BSD platforms, where the OpenSSL package from the base repository does not provide that file. We