diff options
-rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.9.4.bb | 2 |
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 | ||
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 | libtool=${TARGET_PREFIX}libtool \ | 26 | libtool=${HOST_SYS}-libtool \ |
27 | " | 27 | " |
28 | 28 | ||
29 | 29 | ||