mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
4bc2255958
Ssh 2.0.9 has bugs abount updating utmp/wtmp file. 2. Now you can compile ssh2 to support TCP_Wrapper (security/tcp_wrapper) when you define USE_TCPWRAP=YES 3. Fix typo in MASTER_SITES (Thanks to Chris Piazza <norn@home.net>) 4. Use /usr/lib/libz.so.* instead of libz in ssh2 source file. 5. Delete some obsolute pathes. PR: ports/8916 Submitted by: issei@jp.FreeBSD.ORG
12 lines
455 B
Plaintext
12 lines
455 B
Plaintext
--- lib/sshapputil/Makefile.in.old Tue Nov 24 18:24:57 1998
|
|
+++ lib/sshapputil/Makefile.in Tue Nov 24 18:25:12 1998
|
|
@@ -105,7 +105,7 @@
|
|
INCLUDES = -I../.. -I. -I$(srcdir) \
|
|
-I$(top_builddir) -I$(top_srcdir) \
|
|
-I../sshutil -I$(srcdir)/../sshutil -I../sshmath \
|
|
- -I$(srcdir)/../sshmath -I../zlib -I$(srcdir)/../zlib
|
|
+ -I$(srcdir)/../sshmath
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../../sshconf.h
|
|
CONFIG_CLEAN_FILES =
|