diff options
Diffstat (limited to 'meta/recipes-connectivity/bind')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.10.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.10.6.bb b/meta/recipes-connectivity/bind/bind_9.10.6.bb index 8b8835ba80..20c8d7b55a 100644 --- a/meta/recipes-connectivity/bind/bind_9.10.6.bb +++ b/meta/recipes-connectivity/bind/bind_9.10.6.bb | |||
@@ -35,7 +35,7 @@ EXTRA_OECONF = " ${ENABLE_IPV6} --with-libtool --enable-threads \ | |||
35 | --disable-devpoll --enable-epoll --with-gost=no \ | 35 | --disable-devpoll --enable-epoll --with-gost=no \ |
36 | --with-gssapi=no --with-ecdsa=yes \ | 36 | --with-gssapi=no --with-ecdsa=yes \ |
37 | --sysconfdir=${sysconfdir}/bind \ | 37 | --sysconfdir=${sysconfdir}/bind \ |
38 | --with-openssl=${STAGING_LIBDIR}/.. \ | 38 | --with-openssl=${STAGING_DIR_HOST}${prefix} \ |
39 | " | 39 | " |
40 | 40 | ||
41 | inherit autotools update-rc.d systemd useradd pkgconfig python3-dir | 41 | inherit autotools update-rc.d systemd useradd pkgconfig python3-dir |