summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb b/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb
index 84018de1bb..eb4d3eeaa5 100644
--- a/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb
+++ b/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb
@@ -62,6 +62,10 @@ PARALLEL_MAKE = ""
62 62
63EXTRA_OEMAKE = "os=linux 'CC=${CCLD}' 'LD=${CCLD}' 'LINKOPTS=${LDFLAGS}' STRIP=: ${PACKAGECONFIG_CONFARGS}" 63EXTRA_OEMAKE = "os=linux 'CC=${CCLD}' 'LD=${CCLD}' 'LINKOPTS=${LDFLAGS}' STRIP=: ${PACKAGECONFIG_CONFARGS}"
64 64
65# MDNS_VERSIONSTR_NODTS disables __DATE__ and __TIME__ in the version string,
66# which are fixed anyway for build reproducibility.
67TARGET_CPPFLAGS += "-DMDNS_VERSIONSTR_NODTS"
68
65TARGET_CC_ARCH += "${LDFLAGS}" 69TARGET_CC_ARCH += "${LDFLAGS}"
66 70
67MDNS_BUILDDIR = "build/${@bb.utils.contains('PACKAGECONFIG','debug','debug','prod', d)}" 71MDNS_BUILDDIR = "build/${@bb.utils.contains('PACKAGECONFIG','debug','debug','prod', d)}"