summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/unbound/unbound_1.16.1.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.16.1.bb b/meta-networking/recipes-support/unbound/unbound_1.16.1.bb
index 5eb9ec1bfc..c11bf513ac 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.16.1.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.16.1.bb
@@ -22,12 +22,11 @@ RDEPENDS:${PN} = "bash openssl-bin daemonize"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ 24EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \
25 --with-ssl=${STAGING_EXECPREFIXDIR}" 25 --with-ssl=${STAGING_EXECPREFIXDIR} \
26 26 --enable-largefile"
27 27
28PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile systemd', d)}" 28PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
29PACKAGECONFIG[dnscrypt] = "--enable-dnscrypt, --disable-dnscrypt, libsodium" 29PACKAGECONFIG[dnscrypt] = "--enable-dnscrypt, --disable-dnscrypt, libsodium"
30PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,,"
31PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" 30PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
32 31
33do_install:append() { 32do_install:append() {