]> git.ipfire.org Git - thirdparty/rsync.git/commit
When not using the builtin zlib, link it before linking libcrypto, as libcrypto depen...
authorRomain Geissler <romain.geissler@amadeus.com>
Sun, 10 Mar 2024 22:41:43 +0000 (22:41 +0000)
committerWayne Davison <wayne@opencoder.net>
Wed, 20 Nov 2024 05:40:14 +0000 (21:40 -0800)
commit6f10f125778c87a494509f5612fc43869791d469
tree7477aa23fd1939daada7434f35b553bc88ec3aa7
parent1a95869dfcd966f3efef0aec07d1c787633ea638
When not using the builtin zlib, link it before linking libcrypto, as libcrypto depends on zlib.

This prevents "undefined symbol" errors which might arise from libcrypto.a if linking openssl statically.
configure.ac