mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 10:53:24 +08:00
- (djm) Don't add /usr/local/lib to library search path on Irix
This commit is contained in:
parent
6ccade1cde
commit
9e11089afb
@ -1,4 +1,5 @@
|
||||
20000606
|
||||
- (djm) Don't add /usr/local/lib to library search path on Irix
|
||||
- (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
|
||||
<tibbs@math.uh.edu>
|
||||
- (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
|
||||
|
@ -79,14 +79,14 @@ case "$host" in
|
||||
;;
|
||||
*-*-irix5*)
|
||||
CFLAGS="$CFLAGS -I/usr/local/include"
|
||||
LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
||||
LDFLAGS="$LDFLAGS"
|
||||
MANTYPE='$(CATMAN)'
|
||||
no_libsocket=1
|
||||
no_libnsl=1
|
||||
;;
|
||||
*-*-irix6*)
|
||||
CFLAGS="$CFLAGS -I/usr/local/include"
|
||||
LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
||||
LDFLAGS="$LDFLAGS"
|
||||
MANTYPE='$(CATMAN)'
|
||||
AC_MSG_WARN([*** Irix 6.x is not tested, please report you experiences *** ])
|
||||
no_libsocket=1
|
||||
|
Loading…
Reference in New Issue
Block a user