diff options
Diffstat (limited to 'meta-networking/recipes-support/stunnel/stunnel_5.35.bb')
-rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_5.35.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.35.bb b/meta-networking/recipes-support/stunnel/stunnel_5.35.bb index ec8478d6b..427c8dd7b 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.35.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.35.bb | |||
@@ -18,6 +18,8 @@ SRC_URI[sha256sum] = "ffa386ae4c825f35f35157c285e7402a6d58779ad8c3822f74a9d355b5 | |||
18 | inherit autotools | 18 | inherit autotools |
19 | 19 | ||
20 | EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips" | 20 | EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips" |
21 | # When cross compiling, configure defaults to nobody, but provides no option to change it. | ||
22 | EXTRA_OEMAKE += "DEFAULT_GROUP='nogroup'" | ||
21 | 23 | ||
22 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)}" | 24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)}" |
23 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 25 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |