Bugzilla – Attachment 814 Details for
Bug 893
With Reliant Unix (5.44/5.45) a connection fails if the host isnât known in DNS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Append -lresolv to LIBS early on Reliant Unix
openssh-reliant-lresolv.patch (text/plain), 664 bytes, created by
Darren Tucker
on 2005-02-10 10:36:17 AEDT
(
hide
)
Description:
Append -lresolv to LIBS early on Reliant Unix
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-02-10 10:36:17 AEDT
Size:
664 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/configure.ac,v >retrieving revision 1.226 >diff -u -p -r1.226 configure.ac >--- configure.ac 16 Aug 2004 13:12:06 -0000 1.226 >+++ configure.ac 9 Feb 2005 23:29:09 -0000 >@@ -335,6 +335,8 @@ mips-sony-bsd|mips-sony-newsos4) > *-sni-sysv*) > # /usr/ucblib MUST NOT be searched on ReliantUNIX > AC_CHECK_LIB(dl, dlsym, ,) >+ # -lresolv needs to be at then end of LIBS or DNS lookups break >+ AC_CHECK_LIB(res_query, resolv, [ LIBS="$LIBS -lresolv" ]) > IPADDR_IN_DISPLAY=yes > AC_DEFINE(USE_PIPES) > AC_DEFINE(IP_TOS_IS_BROKEN)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 893
: 814 |
815