# HG changeset patch # User Huie-Ying Lee # Date 1399676028 25200 # Node ID 67cbe9886a542a1e1b2455acc7faac45c09ca9f7 # Parent dc9ed1510572c66bbcd47d8e2334f0d6a481e2c1 18717604 openssh fails to build on s12_47 due to fix for 18184297 diff -r dc9ed1510572 -r 67cbe9886a54 components/openssh/Makefile --- a/components/openssh/Makefile Fri May 09 13:24:16 2014 -0700 +++ b/components/openssh/Makefile Fri May 09 15:53:48 2014 -0700 @@ -53,7 +53,13 @@ # libraries that it needs. CONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS) -B direct -z nolazyload" +# Build with BSM audit. Do not check if getaudit and getaudit_addr are in +# libbsm, because they are no longer in libbsm and not needed any way. CONFIGURE_OPTIONS += --with-audit=bsm +CONFIGURE_OPTIONS += "ac_cv_lib_bsm_getaudit=yes" +CONFIGURE_OPTIONS += "ac_cv_func_getaudit=yes" +CONFIGURE_OPTIONS += "ac_cv_func_getaudit_addr=yes" + CONFIGURE_OPTIONS += --with-libedit CONFIGURE_OPTIONS += --with-kerberos5 CONFIGURE_OPTIONS += --with-pam