- (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.

This commit is contained in:
Ben Lindstrom 2001-02-20 18:22:38 +00:00
parent a9a29e1bed
commit 866488b340
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
20010221
- (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
20010220
- (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
getcwd.c.
@ -4078,4 +4080,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.805 2001/02/20 01:20:47 mouring Exp $
$Id: ChangeLog,v 1.806 2001/02/20 18:22:38 mouring Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.248 2001/02/19 01:56:39 djm Exp $
# $Id: configure.in,v 1.249 2001/02/20 18:22:39 mouring Exp $
AC_INIT(ssh.c)
@ -156,7 +156,7 @@ mips-sony-bsd|mips-sony-newsos4)
;;
*-*-solaris*)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib"
LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
need_dash_r=1
AC_DEFINE(PAM_SUN_CODEBASE)
# hardwire lastlog location (can't detect it on some versions)