]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix configure interaction with static OpenSSL libraries
authorPeter Sagerson <psagers@ignorare.net>
Fri, 23 Aug 2013 09:02:05 +0000 (11:02 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 23 Aug 2013 09:02:05 +0000 (11:02 +0200)
commit30e358e5de352c8de04a955dc89f33e1710e9b97
treed7c95e76391052333a68491ef17c96ab06acc880
parent550fe1a3a12ad9affbdff6ab1fc3e846f5e8d0b5
Fix configure interaction with static OpenSSL libraries

Add "-lcrypto" to configure OpenSSL "-lssl" test (if no pkg-config
found), otherwise linking with static OpenSSL libraries will fail.

Trac ticket #305

Message-Id: <521668C9.5070003@openvpn.net>
URL: http://article.gmane.org/gmane.network.openvpn.devel/7835
URL: https://community.openvpn.net/openvpn/ticket/305
Acked-By: Heiko Hund <heiko.hund@sophos.com>
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac