summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/unbound/unbound_1.9.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.9.4.bb b/meta-networking/recipes-support/unbound/unbound_1.9.4.bb
index 03eb2faec2..6200214acb 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.9.4.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.9.4.bb
@@ -23,7 +23,7 @@ S = "${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 libtool=${TARGET_PREFIX}libtool \ 26 libtool=${HOST_SYS}-libtool \
27" 27"
28 28
29 29