Bugzilla – Attachment 391 Details for
Bug 558
configure broken_dirname checks not run on Solaris 2.5.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Move other libgen tests after dirname test, remove first libgen.h test.
openssh-dirname.patch (text/plain), 1.39 KB, created by
Darren Tucker
on 2003-09-09 15:10:33 AEST
(
hide
)
Description:
Move other libgen tests after dirname test, remove first libgen.h test.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-09-09 15:10:33 AEST
Size:
1.39 KB
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/configure.ac,v >retrieving revision 1.147 >diff -u -r1.147 configure.ac >--- configure.ac 8 Sep 2003 21:35:17 -0000 1.147 >+++ configure.ac 9 Sep 2003 04:28:37 -0000 >@@ -434,7 +434,7 @@ > > # Checks for header files. > AC_CHECK_HEADERS(bstring.h crypt.h endian.h features.h floatingpoint.h \ >- getopt.h glob.h ia.h lastlog.h libgen.h limits.h login.h \ >+ getopt.h glob.h ia.h lastlog.h limits.h login.h \ > login_cap.h maillock.h netdb.h netgroup.h \ > netinet/in_systm.h paths.h pty.h readpassphrase.h \ > rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ >@@ -455,9 +455,6 @@ > fi > fi > >-AC_CHECK_FUNC(getspnam, , >- AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -lgen")) >- > AC_ARG_WITH(rpath, > [ --without-rpath Disable auto-added -R linker paths], > [ >@@ -668,7 +665,6 @@ > ) > > AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP)) >-AC_SEARCH_LIBS(basename, gen, AC_DEFINE(HAVE_BASENAME)) > > dnl Make sure prototypes are defined for these before using them. > AC_CHECK_DECL(strsep, [AC_CHECK_FUNCS(strsep)]) >@@ -710,6 +706,10 @@ > fi > ]) > ]) >+ >+AC_CHECK_FUNC(getspnam, , >+ AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -lgen")) >+AC_SEARCH_LIBS(basename, gen, AC_DEFINE(HAVE_BASENAME)) > > dnl Checks for time functions > AC_CHECK_FUNCS(gettimeofday time)
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
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 558
: 391