# HG changeset patch # User gww # Date 1431735622 25200 # Node ID ad1558a13bcc24bd1130404682e9c6fe018624ab # Parent aa030c46708c4db1868784927cacaddd0bf7c997 20549448 OpenSSH X86 server core dump at audit_event diff -r aa030c46708c -r ad1558a13bcc components/sudo/Makefile --- a/components/sudo/Makefile Fri May 15 14:07:20 2015 -0700 +++ b/components/sudo/Makefile Fri May 15 17:20:22 2015 -0700 @@ -48,7 +48,8 @@ CONFIGURE_ENV += "CFLAGS=$(CFLAGS)" CONFIGURE_ENV += "CXX=$(CXX)" CONFIGURE_ENV += "MAKE=$(GMAKE)" -CONFIGURE_ENV += "LDFLAGS=$(LDFLAGS) -m64" +CONFIGURE_ENV += "CPPFLAGS=$(CPPFLAGS) -I/usr/include/openldap" +CONFIGURE_ENV += "LDFLAGS=$(LDFLAGS) -m64 -lldap_r-2.4" CONFIGURE_OPTIONS += --with-ldap CONFIGURE_OPTIONS += --with-project @@ -105,5 +106,6 @@ REQUIRED_PACKAGES += library/zlib +REQUIRED_PACKAGES += library/openldap REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/security/crypto