summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/stunnel/stunnel_5.35.bb2
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
18inherit autotools 18inherit autotools
19 19
20EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips" 20EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
21# When cross compiling, configure defaults to nobody, but provides no option to change it.
22EXTRA_OEMAKE += "DEFAULT_GROUP='nogroup'"
21 23
22PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)}" 24PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)}"
23PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" 25PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"