| Summary: | openssh won't build with --with-audit=bsm on Solaris 11 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Magnus Johansson <magnus.johansson> | ||||||
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | CC: | dtucker | ||||||
| Priority: | P2 | ||||||||
| Version: | 5.9p1 | ||||||||
| Hardware: | ix86 | ||||||||
| OS: | Solaris | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 1930 | ||||||||
| Attachments: |
|
||||||||
|
Description
Magnus Johansson
2012-01-03 04:27:18 AEDT
Created attachment 2126 [details]
Patch to make openssh build on Solaris 11.
Created attachment 2127 [details]
Patch to make openssh build on Solaris 11.
I just attached two patches to make openssh build on Solaris 11. The main problem was that the getacna function was removed from Solaris 11. This patch adds a reimplementation of it that uses SMF instead of the obsoleted config-file. patches look reasonable although I can't test them. It'd be nice if configure detected the lack or presence of the missing bits (so that future versions work too) but I'm ok with committing it as to solve the immediate problem. Patch committed, it will be in the 6.0p1 release. Thanks. Close all resolved bugs after 7.3p1 release |