summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bind
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/bind')
-rw-r--r--meta/recipes-connectivity/bind/bind_9.10.2.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.10.2.bb b/meta/recipes-connectivity/bind/bind_9.10.2.bb
index 539f63ea48..1dc15a9da7 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.2.bb
+++ b/meta/recipes-connectivity/bind/bind_9.10.2.bb
@@ -31,7 +31,9 @@ EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads \
31 --sysconfdir=${sysconfdir}/bind \ 31 --sysconfdir=${sysconfdir}/bind \
32 --with-openssl=${STAGING_LIBDIR}/.. \ 32 --with-openssl=${STAGING_LIBDIR}/.. \
33 " 33 "
34inherit autotools-brokensep update-rc.d systemd useradd pkgconfig 34inherit autotools update-rc.d systemd useradd pkgconfig
35
36PR = "r1"
35 37
36PACKAGECONFIG ?= "" 38PACKAGECONFIG ?= ""
37PACKAGECONFIG[httpstats] = "--with-libxml2,--without-libxml2,libxml2" 39PACKAGECONFIG[httpstats] = "--with-libxml2,--without-libxml2,libxml2"
@@ -58,7 +60,7 @@ do_install_prepend() {
58 # clean host path in isc-config.sh before the hardlink created 60 # clean host path in isc-config.sh before the hardlink created
59 # by "make install": 61 # by "make install":
60 # bind9-config -> isc-config.sh 62 # bind9-config -> isc-config.sh
61 sed -i -e "s,${STAGING_LIBDIR},${libdir}," ${S}/isc-config.sh 63 sed -i -e "s,${STAGING_LIBDIR},${libdir}," ${B}/isc-config.sh
62} 64}
63 65
64do_install_append() { 66do_install_append() {