summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb
index d36646c0d7..e5f7e0334f 100644
--- a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb
+++ b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb
@@ -34,7 +34,14 @@ SYSTEMD_AUTO_ENABLE:${PN} = "disable"
34CFLAGS += "-D_GNU_SOURCE -fcommon" 34CFLAGS += "-D_GNU_SOURCE -fcommon"
35LDFLAGS:append = " -pthread" 35LDFLAGS:append = " -pthread"
36 36
37EXTRA_OECONF = "--enable-paranoia \ 37BIND_EXTRA_CONFIG = "\
38 --build=${BUILD_SYS} \
39 --host=${HOST_SYS} \
40 --target=${TARGET_SYS} \
41"
42
43EXTRA_OECONF = "--with-bind-extra-config="${BIND_EXTRA_CONFIG}" \
44 --enable-paranoia \
38 --disable-static \ 45 --disable-static \
39 --enable-libtool \ 46 --enable-libtool \
40 --with-randomdev=/dev/random \ 47 --with-randomdev=/dev/random \