Bugzilla – Attachment 22 Details for
Bug 45
configure refines a function in skey, which then bombs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix skey linking
openssh-3.0.2p1-configure.ac-skey.diff (text/plain), 522 bytes, created by
Pekka Savola
on 2002-02-12 10:18:13 AEDT
(
hide
)
Description:
fix skey linking
Filename:
MIME Type:
Creator:
Pekka Savola
Created:
2002-02-12 10:18:13 AEDT
Size:
522 bytes
patch
obsolete
>--- openssh/configure.ac Sat Nov 3 21:09:33 2001 >+++ openssh.new/configure.ac Tue Feb 12 01:02:46 2002 >@@ -507,9 +507,16 @@ > LIBS="-lskey $LIBS" > SKEY_MSG="yes" > >- AC_CHECK_FUNC(skey_keyinfo, >- [], >+ AC_MSG_CHECKING([for s/key support]) >+ AC_TRY_RUN( > [ >+#include <stdio.h> >+#include <skey.h> >+int main() { char *ff = skey_keyinfo(""); ff=""; return 0; } >+ ], >+ [AC_MSG_RESULT(yes)], >+ [ >+ AC_MSG_RESULT(no) > AC_MSG_ERROR([** Incomplete or missing s/key libraries.]) > ]) > fi
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 45
: 22