]> andersk Git - openssh.git/commitdiff
[configure.ac] SCO3 needs -lcrypt_i for -lprot
authortim <tim>
Tue, 24 Feb 2004 05:47:04 +0000 (05:47 +0000)
committertim <tim>
Tue, 24 Feb 2004 05:47:04 +0000 (05:47 +0000)
ChangeLog
configure.ac

index 8ba0da6becc4314068678cf15a30787abbfb17f2..639daae52ee6285381d4ee7e6f7c0efbc639f9cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,7 @@
  - (djm) Crank RPM spec versions
  - (dtucker) [README] Add pointer to release notes.  ok djm@
  - (dtucker) {README.platform] Add platform-specific notes.
+ - (tim) [configure.ac] SCO3 needs -lcrypt_i for -lprot
 
 20040223
  - (dtucker) [session.c] Bug #789: Only make setcred call for !privsep in the
index cf10e9b1d1044bbd6b58cce74e6205beb56e1092..4148edb3653f5c794b3bbd3353a75f6209763179 100644 (file)
@@ -336,7 +336,7 @@ mips-sony-bsd|mips-sony-newsos4)
        ;;
 *-*-sco3.2v4*)
        CPPFLAGS="$CPPFLAGS -Dftruncate=chsize"
-       LIBS="$LIBS -los -lprot -lx -ltinfo -lm"
+       LIBS="$LIBS -los -lprot -lcrypt_i -lx -ltinfo -lm"
        RANLIB=true
        no_dev_ptmx=1
        AC_DEFINE(BROKEN_SYS_TERMIO_H)
This page took 0.075624 seconds and 5 git commands to generate.