mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
ba8c80d186
PR: ports/20869 Submitted by: Issei Suzuki <issei@issei.org> (Maintainer)
12 lines
1.1 KiB
Plaintext
12 lines
1.1 KiB
Plaintext
--- apps/ssh/Makefile.in.orig Thu Aug 24 17:41:55 2000
|
|
+++ apps/ssh/Makefile.in Sun Aug 27 01:16:01 2000
|
|
@@ -143,7 +143,7 @@
|
|
INCLUDES = -I. -I$(srcdir) -I../.. -I$(srcdir) -I$(top_builddir) -I$(top_srcdir) -I../../include -I$(srcdir)/../../include
|
|
|
|
|
|
-LDADD = @ssh2_ldadd_options@
|
|
+LDADD = @ssh2_ldadd_options@ -lz
|
|
DEPENDENCIES = ./libssh2.a ../../lib/libssh.a
|
|
|
|
libssh2_a_SOURCES = agentclient.c sshchagent.c sshserver.c agentpath.c sshchsession.c sshstdiofilter.c authc-passwd.c sshchssh1agent.c sshunixconfig.c authc-pubkey.c sshchtcpfwd.c sshunixuserfiles.c auths-passwd.c sshchx11.c sshuserfiles.c auths-pubkey.c auths-kerberos.c authc-kerberos.c auths-kerberos-tgt.c authc-kerberos-tgt.c sshclient.c sshcommon.c readpass.c sshconfig.c sshauthmethodc.c sshauthmethods.c sshglob.c auths-common.c sshttyflags.c auths-hostbased.c authc-hostbased.c auths-hostbased-rhosts.c ssh2pgppub.c ssh2pgpsec.c ssh2pgputil.c sshappcommon.c sshfilecopy.c sshgetcwd.c sshfc_conn.c sshfc_glob.c sshfc_transfer.c sshfc_recurse.c sshserverprobe.c ssh1encode.c ssh1keydecode.c
|