diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-11 20:41:27 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-14 07:16:58 -0700 |
| commit | 38303c7063ccffd82c00ad6202f59e00aabb44f4 (patch) | |
| tree | ab724d5829b26e3c5fc2e5f0352a1f9ae49f6320 | |
| parent | c3248fa4d2b06281aeb24be8a2654c6d86e71efd (diff) | |
| download | meta-openembedded-38303c7063ccffd82c00ad6202f59e00aabb44f4.tar.gz | |
strongswan: disable openssl PACKAGECONFIG
Until upstream addresses openssl 3.x compatibility issues.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb b/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb index ad104e44ed..e76636af0e 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb | |||
| @@ -23,7 +23,7 @@ EXTRA_OECONF = " \ | |||
| 23 | 23 | ||
| 24 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" | 24 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG ?= "curl gmp openssl sqlite3 swanctl \ | 26 | PACKAGECONFIG ?= "curl gmp sqlite3 swanctl \ |
| 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-charon', 'charon', d)} \ | 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-charon', 'charon', d)} \ |
| 28 | " | 28 | " |
| 29 | PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni,,${PN}-plugin-aesni" | 29 | PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni,,${PN}-plugin-aesni" |
