]> git.meshlink.io Git - meshlink/commit
Reorder checks for libraries to allow ./configure LDFLAGS=-static.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 13 May 2011 10:37:26 +0000 (12:37 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 13 May 2011 10:37:26 +0000 (12:37 +0200)
commit03b7118139f57033659730afb740bf5cef7c961c
treed34e67b9a7d2a15e7130b73c392ae9fbc672ba47
parent5686ad80b545afa3de9ed2f4176a5346e289aaa8
Reorder checks for libraries to allow ./configure LDFLAGS=-static.

OpenSSL depends on libdl and libz. When linking dynamically, libcrypto will
automatically link with the other two libraries.  However, when linking
statically, these libraries need to be specified explicitly while linking.  By
moving the autoconf checks for libdl and libz before those for libcrypto, we
ensure the latter test will be done with the proper libraries.
configure.in
m4/openssl.m4