51 # pre-authentication phase, sshd will chroot to /var/empty which doesn't |
51 # pre-authentication phase, sshd will chroot to /var/empty which doesn't |
52 # contain any files. If we use lazyloading, sshd will fail to find any |
52 # contain any files. If we use lazyloading, sshd will fail to find any |
53 # libraries that it needs. |
53 # libraries that it needs. |
54 CONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS) -B direct -z nolazyload" |
54 CONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS) -B direct -z nolazyload" |
55 |
55 |
|
56 # Build with BSM audit. Do not check if getaudit and getaudit_addr are in |
|
57 # libbsm, because they are no longer in libbsm and not needed any way. |
56 CONFIGURE_OPTIONS += --with-audit=bsm |
58 CONFIGURE_OPTIONS += --with-audit=bsm |
|
59 CONFIGURE_OPTIONS += "ac_cv_lib_bsm_getaudit=yes" |
|
60 CONFIGURE_OPTIONS += "ac_cv_func_getaudit=yes" |
|
61 CONFIGURE_OPTIONS += "ac_cv_func_getaudit_addr=yes" |
|
62 |
57 CONFIGURE_OPTIONS += --with-libedit |
63 CONFIGURE_OPTIONS += --with-libedit |
58 CONFIGURE_OPTIONS += --with-kerberos5 |
64 CONFIGURE_OPTIONS += --with-kerberos5 |
59 CONFIGURE_OPTIONS += --with-pam |
65 CONFIGURE_OPTIONS += --with-pam |
60 CONFIGURE_OPTIONS += --with-sandbox=no |
66 CONFIGURE_OPTIONS += --with-sandbox=no |
61 CONFIGURE_OPTIONS += --with-solaris-contracts |
67 CONFIGURE_OPTIONS += --with-solaris-contracts |