Bugzilla – Attachment 2126 Details for
Bug 1968
openssh won't build with --with-audit=bsm on Solaris 11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make openssh build on Solaris 11.
configure.ac.patch (text/plain), 508 bytes, created by
Magnus Johansson
on 2012-02-06 19:25:08 AEDT
(
hide
)
Description:
Patch to make openssh build on Solaris 11.
Filename:
MIME Type:
Creator:
Magnus Johansson
Created:
2012-02-06 19:25:08 AEDT
Size:
508 bytes
patch
obsolete
>--- configure.ac 2011-08-18 06:48:24.000000000 +0200 >+++ ../openssh-5.9p1.new/configure.ac 2012-01-26 14:48:16.160279723 +0100 >@@ -1398,6 +1398,11 @@ > # These are optional > AC_CHECK_FUNCS([getaudit_addr aug_get_machine]) > AC_DEFINE([USE_BSM_AUDIT], [1], [Use BSM audit module]) >+ if test "$sol2ver" -eq 11; then >+ SSHDLIBS="$SSHDLIBS -lscf" >+ AC_DEFINE([BROKEN_BSM_API], [1], >+ [The system has incomplete BSM API]) >+ fi > ;; > linux) > AC_MSG_RESULT([linux])
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 1968
: 2126 |
2127