diff options
author | Xin Ouyang <xin.ouyang@windriver.com> | 2014-01-13 17:27:06 +0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2014-01-13 10:00:35 -0600 |
commit | 5a0e768af2f6dff5f7708904b37bd28349ab3316 (patch) | |
tree | b86a99dcb9ea79c081f176cee636c3933e58ea9e | |
parent | 3f6573f773ce0c488bcd1a67a7f74cd83e0cd14c (diff) | |
download | meta-selinux-5a0e768af2f6dff5f7708904b37bd28349ab3316.tar.gz |
audit: the ldap option should be "--without-ldap"
(From meta-selinux master rev: 5671f382270514dd4786bc68deda885469d269b8)
Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@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} \ |