diff options
author | Beniamin Sandu <beniaminsandu@gmail.com> | 2023-06-23 20:41:12 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:53 -0700 |
commit | 2638d458a57f293c5926ddd5b6b291d14c218c4e (patch) | |
tree | 251826e34c13881cab5cd6f237ff736482882503 /meta-networking/recipes-support/unbound | |
parent | a2cbfc7f92e1375fe9629ca182f4bdfa2b29c566 (diff) | |
download | meta-openembedded-2638d458a57f293c5926ddd5b6b291d14c218c4e.tar.gz |
unbound: add option to build with libevent
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/unbound')
-rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.17.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.17.1.bb b/meta-networking/recipes-support/unbound/unbound_1.17.1.bb index 9855a557a4..ff3d879ea9 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.17.1.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.17.1.bb | |||
@@ -16,7 +16,7 @@ SRCREV = "90831af981221bbce1cd7b15055562336760e484" | |||
16 | 16 | ||
17 | inherit autotools pkgconfig systemd update-rc.d | 17 | inherit autotools pkgconfig systemd update-rc.d |
18 | 18 | ||
19 | DEPENDS = "openssl libevent libtool-native bison-native expat" | 19 | DEPENDS = "openssl libtool-native bison-native expat" |
20 | RDEPENDS:${PN} = "bash openssl-bin daemonize" | 20 | RDEPENDS:${PN} = "bash openssl-bin daemonize" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
@@ -28,6 +28,7 @@ EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ | |||
28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', '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[systemd] = "--enable-systemd,--disable-systemd,systemd" | 30 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
31 | PACKAGECONFIG[libevent] = "--with-libevent=${STAGING_EXECPREFIXDIR},,libevent" | ||
31 | 32 | ||
32 | do_configure:append() { | 33 | do_configure:append() { |
33 | sed -i -e 's#${RECIPE_SYSROOT}##g' ${B}/config.h | 34 | sed -i -e 's#${RECIPE_SYSROOT}##g' ${B}/config.h |