summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-20 18:22:38 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-20 18:22:38 +0000
commit866488b3406e6ff223382eaddd4490155a3cca2f (patch)
treefbe0166fb6d85051c596d4db2995ef969f27f005
parenta9a29e1bed94142db9699aeda271202543925317 (diff)
- (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 89b3dce48..de28aacea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
120010221
2 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
120010220 320010220
2 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and 4 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
3 getcwd.c. 5 getcwd.c.
@@ -4078,4 +4080,4 @@
4078 - Wrote replacements for strlcpy and mkdtemp 4080 - Wrote replacements for strlcpy and mkdtemp
4079 - Released 1.0pre1 4081 - Released 1.0pre1
4080 4082
4081$Id: ChangeLog,v 1.805 2001/02/20 01:20:47 mouring Exp $ 4083$Id: ChangeLog,v 1.806 2001/02/20 18:22:38 mouring Exp $
diff --git a/configure.in b/configure.in
index 29c482396..160e1d2f7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.248 2001/02/19 01:56:39 djm Exp $ 1# $Id: configure.in,v 1.249 2001/02/20 18:22:39 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -156,7 +156,7 @@ mips-sony-bsd|mips-sony-newsos4)
156 ;; 156 ;;
157*-*-solaris*) 157*-*-solaris*)
158 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 158 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
159 LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib" 159 LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
160 need_dash_r=1 160 need_dash_r=1
161 AC_DEFINE(PAM_SUN_CODEBASE) 161 AC_DEFINE(PAM_SUN_CODEBASE)
162 # hardwire lastlog location (can't detect it on some versions) 162 # hardwire lastlog location (can't detect it on some versions)