summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bind/bind_9.8.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/bind/bind_9.8.1.bb')
-rw-r--r--meta/recipes-connectivity/bind/bind_9.8.1.bb2
1 files changed, 1 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 19a9f056fa..e12bb392f3 100644
--- a/meta/recipes-connectivity/bind/bind_9.8.1.bb
+++ b/meta/recipes-connectivity/bind/bind_9.8.1.bb
@@ -33,7 +33,7 @@ EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads \
33 --with-openssl=${STAGING_LIBDIR}/.. --with-libxml2=${STAGING_LIBDIR}/.. \ 33 --with-openssl=${STAGING_LIBDIR}/.. --with-libxml2=${STAGING_LIBDIR}/.. \
34 --enable-exportlib --with-export-includedir=${includedir} --with-export-libdir=${libdir} \ 34 --enable-exportlib --with-export-includedir=${includedir} --with-export-libdir=${libdir} \
35 " 35 "
36inherit autotools update-rc.d 36inherit autotools-brokensep update-rc.d
37 37
38INITSCRIPT_NAME = "bind" 38INITSCRIPT_NAME = "bind"
39INITSCRIPT_PARAMS = "defaults" 39INITSCRIPT_PARAMS = "defaults"