diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-08-12 21:33:02 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-13 07:05:31 -0700 |
| commit | 38ce750aac406ff26e5c1b6c020c21fcac138966 (patch) | |
| tree | 3cdcfb37e42705eff6e5a092e2dda49379cde405 | |
| parent | a203981a2ac4a94583b785e8abc503f9a3c6eb94 (diff) | |
| download | meta-openembedded-38ce750aac406ff26e5c1b6c020c21fcac138966.tar.gz | |
unbound: Always enable largefile support
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.16.1.bb | 7 |
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" | |||
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
| 24 | EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ | 24 | EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ |
| 25 | --with-ssl=${STAGING_EXECPREFIXDIR}" | 25 | --with-ssl=${STAGING_EXECPREFIXDIR} \ |
| 26 | 26 | --enable-largefile" | |
| 27 | 27 | ||
| 28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile systemd', d)}" | 28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 29 | PACKAGECONFIG[dnscrypt] = "--enable-dnscrypt, --disable-dnscrypt, libsodium" | 29 | PACKAGECONFIG[dnscrypt] = "--enable-dnscrypt, --disable-dnscrypt, libsodium" |
| 30 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," | ||
| 31 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 30 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
| 32 | 31 | ||
| 33 | do_install:append() { | 32 | do_install:append() { |
