diff options
author | Xin Ouyang <xin.ouyang@windriver.com> | 2014-01-13 17:27:06 +0800 |
---|---|---|
committer | Xin Ouyang <xin.ouyang@windriver.com> | 2014-01-13 17:28:57 +0800 |
commit | 5671f382270514dd4786bc68deda885469d269b8 (patch) | |
tree | 891773bb00af6ed5f911e07e0ece5180cad30fb7 | |
parent | d226887b909709ddcece246ae084208588126879 (diff) | |
download | meta-selinux-5671f382270514dd4786bc68deda885469d269b8.tar.gz |
audit: the ldap option should be "--without-ldap"
Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com>
-rw-r--r-- | recipes-security/audit/audit_2.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/audit/audit_2.3.2.bb b/recipes-security/audit/audit_2.3.2.bb index b546297..8ab0c7b 100644 --- a/recipes-security/audit/audit_2.3.2.bb +++ b/recipes-security/audit/audit_2.3.2.bb | |||
@@ -31,7 +31,7 @@ DEPENDS_class-native = "" | |||
31 | EXTRA_OECONF += "--without-prelude \ | 31 | EXTRA_OECONF += "--without-prelude \ |
32 | --with-libwrap \ | 32 | --with-libwrap \ |
33 | --enable-gssapi-krb5=no \ | 33 | --enable-gssapi-krb5=no \ |
34 | --disable-ldap \ | 34 | --without-ldap \ |
35 | --with-libcap-ng=yes \ | 35 | --with-libcap-ng=yes \ |
36 | --with-python=yes \ | 36 | --with-python=yes \ |
37 | --libdir=${base_libdir} \ | 37 | --libdir=${base_libdir} \ |