The Samba-Bugzilla – Attachment 1214 Details for
Bug 2471
libgen not used for resolving any symbol
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
check for getspnam in libc before trying libgen
getspnam-libc.diff (text/plain), 474 bytes, created by
James Peach
on 2005-05-09 23:53:14 UTC
(
hide
)
Description:
check for getspnam in libc before trying libgen
Filename:
MIME Type:
Creator:
James Peach
Created:
2005-05-09 23:53:14 UTC
Size:
474 bytes
patch
obsolete
>Index: configure.in >=================================================================== >--- configure.in (revision 6696) >+++ configure.in (working copy) >@@ -1158,7 +1158,10 @@ > AC_LIBTESTFUNC(sec, set_auth_parameters) > > # UnixWare 7.x has its getspnam in -lgen >-AC_LIBTESTFUNC(gen, getspnam) >+AC_CHECK_FUNCS(getspnam) >+if test x"$ac_cv_func_getspnam" = x"no"; then >+ AC_LIBTESTFUNC(gen, getspnam) >+fi > > AC_LIBTESTFUNC(security, getspnam) > AC_LIBTESTFUNC(sec, getspnam)
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 Raw
Actions:
View
Attachments on
bug 2471
:
1068
|
1069
| 1214