diff options
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.8.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-connectivity/bind/bind_9.8.1.bb index 0663313fff..b807dbf1a7 100644 --- a/meta/recipes-connectivity/bind/bind_9.8.1.bb +++ b/meta/recipes-connectivity/bind/bind_9.8.1.bb | |||
@@ -18,7 +18,8 @@ SRC_URI[md5sum] = "cf31117c5d35af34d4c0702970ad9fb7" | |||
18 | SRC_URI[sha256sum] = "02285dc429cb2a6687a1b2446e9ee22c1df27f2577225b05be5092395ee7c92c" | 18 | SRC_URI[sha256sum] = "02285dc429cb2a6687a1b2446e9ee22c1df27f2577225b05be5092395ee7c92c" |
19 | 19 | ||
20 | # --enable-exportlib is necessary for building dhcp | 20 | # --enable-exportlib is necessary for building dhcp |
21 | EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads \ | 21 | ENABLE_IPV6 = "--enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)}" |
22 | EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads \ | ||
22 | --disable-devpoll --disable-epoll --with-gost=no \ | 23 | --disable-devpoll --disable-epoll --with-gost=no \ |
23 | --with-gssapi=no \ | 24 | --with-gssapi=no \ |
24 | --sysconfdir=${sysconfdir}/bind \ | 25 | --sysconfdir=${sysconfdir}/bind \ |