]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Do not link scp, sftp and sftp-server w/ zlib.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 21 Jul 2022 23:24:45 +0000 (09:24 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 27 Jul 2022 06:22:03 +0000 (16:22 +1000)
commitf117e372b3f42f2fbdb0a578d063b2609ab58e1f
treec83a669ffb1291e3c40ec877d593acc92830d963
parent800c2483e68db38bd1566ff69677124be974aceb
Do not link scp, sftp and sftp-server w/ zlib.

Some of our binaries (eg sftp, sftp-server, scp) do not interact with
the channels code and thus do use libraries such as zlib and libcrypto
although they are linked with them.  This adds a CHANNELLIBS and starts
by moving zlib into it, which means the aformentioned binaries are no
longer linked against zlib.  ok djm@
Makefile.in
configure.ac