mirror of git://anongit.mindrot.org/openssh.git
- (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
This commit is contained in:
parent
a9a29e1bed
commit
866488b340
|
@ -1,3 +1,5 @@
|
||||||
|
20010221
|
||||||
|
- (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
|
||||||
20010220
|
20010220
|
||||||
- (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
|
- (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
|
||||||
getcwd.c.
|
getcwd.c.
|
||||||
|
@ -4078,4 +4080,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
|
|
@ -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)
|
AC_INIT(ssh.c)
|
||||||
|
|
||||||
|
@ -156,7 +156,7 @@ mips-sony-bsd|mips-sony-newsos4)
|
||||||
;;
|
;;
|
||||||
*-*-solaris*)
|
*-*-solaris*)
|
||||||
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
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
|
need_dash_r=1
|
||||||
AC_DEFINE(PAM_SUN_CODEBASE)
|
AC_DEFINE(PAM_SUN_CODEBASE)
|
||||||
# hardwire lastlog location (can't detect it on some versions)
|
# hardwire lastlog location (can't detect it on some versions)
|
||||||
|
|
Loading…
Reference in New Issue