diff options
author | Nick Rosbrook <rosbrookn@gmail.com> | 2020-11-10 10:29:41 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-10 08:15:56 -0800 |
commit | 4cdd651960fa86279117c3639e993f2a47702aa2 (patch) | |
tree | 2ea5d475f1d55f317d2f9bc83ed446bee1c651f1 /meta-networking/recipes-support/strongswan | |
parent | b5700729022f51bef387d532e35168d7ebe6d4bc (diff) | |
download | meta-openembedded-4cdd651960fa86279117c3639e993f2a47702aa2.tar.gz |
strongswan: remove ldap from default PACKAGECONFIG
Since ldap is not a standard DISTRO_FEATURE, leave it disabled by default.
Signed-off-by: Nick Rosbrook <rosbrookn@ainfosec.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/strongswan')
-rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb b/meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb index 7f2a2b1e4..bd3e87a3f 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb | |||
@@ -27,7 +27,6 @@ EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-syst | |||
27 | 27 | ||
28 | PACKAGECONFIG ??= "curl gmp openssl sqlite3 swanctl \ | 28 | PACKAGECONFIG ??= "curl gmp openssl sqlite3 swanctl \ |
29 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-charon', 'charon', d)} \ | 29 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-charon', 'charon', d)} \ |
30 | ${@bb.utils.filter('DISTRO_FEATURES', 'ldap', d)} \ | ||
31 | " | 30 | " |
32 | PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni,,${PN}-plugin-aesni" | 31 | PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni,,${PN}-plugin-aesni" |
33 | PACKAGECONFIG[bfd] = "--enable-bfd-backtraces,--disable-bfd-backtraces,binutils" | 32 | PACKAGECONFIG[bfd] = "--enable-bfd-backtraces,--disable-bfd-backtraces,binutils" |