diff options
-rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_5.28.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.28.bb b/meta-networking/recipes-support/stunnel/stunnel_5.28.bb index 61be932fa7..9891305c44 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.28.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.28.bb | |||
@@ -16,5 +16,8 @@ inherit autotools | |||
16 | 16 | ||
17 | EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips" | 17 | EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips" |
18 | 18 | ||
19 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | 19 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)} \ |
20 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | ||
21 | " | ||
20 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 22 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
23 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||