diff options
Diffstat (limited to 'meta/recipes-connectivity/bind/bind_9.8.1.bb')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.8.1.bb | 2 |
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 | " |
36 | inherit autotools update-rc.d | 36 | inherit autotools-brokensep update-rc.d |
37 | 37 | ||
38 | INITSCRIPT_NAME = "bind" | 38 | INITSCRIPT_NAME = "bind" |
39 | INITSCRIPT_PARAMS = "defaults" | 39 | INITSCRIPT_PARAMS = "defaults" |