diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -24,6 +24,7 @@ | |||
24 | - (djm) Crank RPM spec versions | 24 | - (djm) Crank RPM spec versions |
25 | - (dtucker) [README] Add pointer to release notes. ok djm@ | 25 | - (dtucker) [README] Add pointer to release notes. ok djm@ |
26 | - (dtucker) {README.platform] Add platform-specific notes. | 26 | - (dtucker) {README.platform] Add platform-specific notes. |
27 | - (tim) [configure.ac] SCO3 needs -lcrypt_i for -lprot | ||
27 | 28 | ||
28 | 20040223 | 29 | 20040223 |
29 | - (dtucker) [session.c] Bug #789: Only make setcred call for !privsep in the | 30 | - (dtucker) [session.c] Bug #789: Only make setcred call for !privsep in the |
@@ -1927,4 +1928,4 @@ | |||
1927 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1928 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1928 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1929 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1929 | 1930 | ||
1930 | $Id: ChangeLog,v 1.3255 2004/02/24 05:14:41 dtucker Exp $ | 1931 | $Id: ChangeLog,v 1.3256 2004/02/24 05:47:04 tim Exp $ |
diff --git a/configure.ac b/configure.ac index 3769a739e..836e31730 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.201 2004/02/23 23:37:33 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.202 2004/02/24 05:47:04 tim Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -336,7 +336,7 @@ mips-sony-bsd|mips-sony-newsos4) | |||
336 | ;; | 336 | ;; |
337 | *-*-sco3.2v4*) | 337 | *-*-sco3.2v4*) |
338 | CPPFLAGS="$CPPFLAGS -Dftruncate=chsize" | 338 | CPPFLAGS="$CPPFLAGS -Dftruncate=chsize" |
339 | LIBS="$LIBS -los -lprot -lx -ltinfo -lm" | 339 | LIBS="$LIBS -los -lprot -lcrypt_i -lx -ltinfo -lm" |
340 | RANLIB=true | 340 | RANLIB=true |
341 | no_dev_ptmx=1 | 341 | no_dev_ptmx=1 |
342 | AC_DEFINE(BROKEN_SYS_TERMIO_H) | 342 | AC_DEFINE(BROKEN_SYS_TERMIO_H) |