summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
index 93364758e3..8e41609f00 100644
--- a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
+++ b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
@@ -43,7 +43,6 @@ EXTRA_OECONF = "--enable-paranoia \
43 --enable-libtool \ 43 --enable-libtool \
44 --with-randomdev=/dev/random \ 44 --with-randomdev=/dev/random \
45 " 45 "
46EXTRA_OEMAKE += "LIBTOOL='${S}/${HOST_SYS}-libtool'"
47 46
48# Enable shared libs per dhcp README 47# Enable shared libs per dhcp README
49do_configure:prepend () { 48do_configure:prepend () {
@@ -59,7 +58,7 @@ do_compile:prepend() {
59 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/bind/bind-9.11.32/ 58 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/bind/bind-9.11.32/
60 cp -fpR ${S}/m4/*.m4 ${S}/bind/bind-9.11.32/libtool.m4/ 59 cp -fpR ${S}/m4/*.m4 ${S}/bind/bind-9.11.32/libtool.m4/
61 rm -rf ${S}/bind/bind-9.11.32/libtool 60 rm -rf ${S}/bind/bind-9.11.32/libtool
62 install -m 0755 ${S}/${HOST_SYS}-libtool ${S}/bind/bind-9.11.32/ 61 install -m 0755 ${S}/libtool ${S}/bind/bind-9.11.32/
63} 62}
64 63
65do_install:append () { 64do_install:append () {