Bugzilla – Attachment 2384 Details for
Bug 2178
Modify configure to define BROKEN_BSM_API on Solaris version > 11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Modify configure to define BROKEN_BSM_API on Solaris version > 11
sol2ver.patch (text/plain), 903 bytes, created by
Tomas Kuthan
on 2013-12-06 21:31:57 AEDT
(
hide
)
Description:
Modify configure to define BROKEN_BSM_API on Solaris version > 11
Filename:
MIME Type:
Creator:
Tomas Kuthan
Created:
2013-12-06 21:31:57 AEDT
Size:
903 bytes
patch
obsolete
>diff -u -r old/configure new/configure >--- old/configure 2013-11-08 02:41:15.000000000 +0100 >+++ new/configure 2013-12-06 10:43:06.510948534 +0100 >@@ -9689,7 +9689,7 @@ > > $as_echo "#define USE_BSM_AUDIT 1" >>confdefs.h > >- if test "$sol2ver" -eq 11; then >+ if test "$sol2ver" -ge 11; then > SSHDLIBS="$SSHDLIBS -lscf" > > $as_echo "#define BROKEN_BSM_API 1" >>confdefs.h >diff -u -r old/configure.ac new/configure.ac >--- old/configure.ac 2013-08-04 13:48:41.000000000 +0200 >+++ new/configure.ac 2013-12-06 10:43:06.511943365 +0100 >@@ -1496,7 +1496,7 @@ > # 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 >+ if test "$sol2ver" -ge 11; then > SSHDLIBS="$SSHDLIBS -lscf" > AC_DEFINE([BROKEN_BSM_API], [1], > [The system has incomplete BSM API])
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 2178
: 2384