openldap: enable native build

This is required by the apr-util & apache2 recipes to enable
ldap support without breaking the build (nothing provides -native)

Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Ioan-Adrian Ratiu
2016-01-29 17:38:14 +02:00
committed by Martin Jansa
parent 0c024ec106
commit 4c2f0370fb

View File

@@ -248,3 +248,5 @@ python populate_packages_prepend () {
packages.append(metapkg)
d.setVar('PACKAGES', ' '.join(packages))
}
BBCLASSEXTEND = "native"