mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
4116b82a40
PR: 18620 Submitted by: maintainer
12 lines
1.0 KiB
Plaintext
12 lines
1.0 KiB
Plaintext
--- apps/ssh/Makefile.in.orig Thu Mar 30 21:41:56 2000
|
|
+++ apps/ssh/Makefile.in Wed May 17 18:09:57 2000
|
|
@@ -134,7 +134,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 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
|