[oe-commits] Christopher Larson : dnsmasq: obey CFLAGS & LDFLAGS

git at git.openembedded.org git at git.openembedded.org
Tue Aug 12 11:40:45 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 772aea43d2078772f58f3232871d038178dfe702
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=772aea43d2078772f58f3232871d038178dfe702

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Mon Aug 11 09:12:23 2014 -0700

dnsmasq: obey CFLAGS & LDFLAGS

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
index 71a491f..7037cb1 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
@@ -22,6 +22,10 @@ INITSCRIPT_PARAMS = "defaults"
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[dbus] = "COPTS=-DHAVE_DBUS,,dbus"
 EXTRA_OEMAKE = "${EXTRA_OECONF}"
+EXTRA_OEMAKE += "\
+    'CFLAGS=${CFLAGS}' \
+    'LDFLAGS=${LDFLAGS}' \
+"
 
 do_compile_append() {
     # build dhcp_release



More information about the Openembedded-commits mailing list